summaryrefslogtreecommitdiff
path: root/databases/postgresql74/patches
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2004-04-20 22:37:22 +0000
committerrecht <recht@pkgsrc.org>2004-04-20 22:37:22 +0000
commit82e12f085bc9727bed0afd3bf410a8a8d0addb23 (patch)
treeca81ec45257c8deb7312fe3a6af8748cb8e165bf /databases/postgresql74/patches
parentd3b4c5666a218133d33c020ab7f18013d95af6b8 (diff)
downloadpkgsrc-82e12f085bc9727bed0afd3bf410a8a8d0addb23.tar.gz
Follow a suggestion by Josh Berkus (pgsql core team) and build
with --enable-thread-safety. Bump PKGREVISIONs accordingly (meta-pkg, -client, -lib).
Diffstat (limited to 'databases/postgresql74/patches')
-rw-r--r--databases/postgresql74/patches/patch-ab10
1 files changed, 10 insertions, 0 deletions
diff --git a/databases/postgresql74/patches/patch-ab b/databases/postgresql74/patches/patch-ab
new file mode 100644
index 00000000000..54884fe5523
--- /dev/null
+++ b/databases/postgresql74/patches/patch-ab
@@ -0,0 +1,10 @@
+$NetBSD: patch-ab,v 1.1 2004/04/20 22:37:22 recht Exp $
+
+--- src/template/netbsd.orig 2003-10-10 00:55:46.000000000 +0200
++++ src/template/netbsd 2004-04-20 01:54:45.000000000 +0200
+@@ -1,2 +1,5 @@
+ THREAD_SUPPORT=yes
+ NEED_REENTRANT_FUNCS=yes # 1.6 2003-09-14
++case $build in
++ *-netbsdelf[2-9]*) THREAD_CPPFLAGS="-pthread"; THREAD_LIBS="-pthread" ;;
++esac