diff options
author | recht <recht@pkgsrc.org> | 2004-04-20 22:37:22 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-04-20 22:37:22 +0000 |
commit | 82e12f085bc9727bed0afd3bf410a8a8d0addb23 (patch) | |
tree | ca81ec45257c8deb7312fe3a6af8748cb8e165bf /databases/postgresql74/patches | |
parent | d3b4c5666a218133d33c020ab7f18013d95af6b8 (diff) | |
download | pkgsrc-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-ab | 10 |
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 |