summaryrefslogtreecommitdiffstats
path: root/databases/glom/files
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2008-02-05 21:36:03 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2008-02-05 21:36:03 +0800
commit039dd2633246eb658dd9e4eaf31316c885870aba (patch)
treebf3c000b204e698d18a4f694356a8ba9bd00e6ff /databases/glom/files
parent67ba09877d80dc5f1ef31a1feb32de9c2ac9e8bc (diff)
downloadmarcuscom-ports-039dd2633246eb658dd9e4eaf31316c885870aba.tar
marcuscom-ports-039dd2633246eb658dd9e4eaf31316c885870aba.tar.gz
marcuscom-ports-039dd2633246eb658dd9e4eaf31316c885870aba.tar.bz2
marcuscom-ports-039dd2633246eb658dd9e4eaf31316c885870aba.tar.lz
marcuscom-ports-039dd2633246eb658dd9e4eaf31316c885870aba.tar.xz
marcuscom-ports-039dd2633246eb658dd9e4eaf31316c885870aba.tar.zst
marcuscom-ports-039dd2633246eb658dd9e4eaf31316c885870aba.zip
Update to 1.6.7.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10357 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'databases/glom/files')
-rw-r--r--databases/glom/files/patch-glom_libglom_connectionpool.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/glom/files/patch-glom_libglom_connectionpool.cc b/databases/glom/files/patch-glom_libglom_connectionpool.cc
new file mode 100644
index 000000000..ae8bf97bc
--- /dev/null
+++ b/databases/glom/files/patch-glom_libglom_connectionpool.cc
@@ -0,0 +1,11 @@
+--- glom/libglom/connectionpool.cc.orig 2008-01-31 11:29:29.000000000 +0100
++++ glom/libglom/connectionpool.cc 2008-01-31 11:38:06.000000000 +0100
+@@ -642,7 +642,7 @@ bool ConnectionPool::directory_exists_ur
+ }
+
+ #ifndef GLOM_ENABLE_CLIENT_ONLY
+-static sighandler_t previous_sig_handler = SIG_DFL; /* Arbitrary default */
++static __sighandler_t *previous_sig_handler = SIG_DFL; /* Arbitrary default */
+
+ /* This is a Linux/Unix signal handler,
+ * so we can respond to a crash.