mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
aacec05601
cgi-bin. Submitted by: Doug Barton <doug@gorean.org>
23 lines
787 B
Plaintext
23 lines
787 B
Plaintext
--- db/dist/configure.orig Thu Feb 24 18:29:00 2000
|
|
+++ db/dist/configure Sat Feb 26 13:25:13 2000
|
|
@@ -3056,7 +3056,7 @@
|
|
|
|
case "$host_os" in
|
|
freebsd*) CPPFLAGS="-D_THREAD_SAFE $CPPFLAGS"
|
|
- LIBS="-lc_r";;
|
|
+ LIBS="-pthread";;
|
|
irix*) CPPFLAGS="-D_SGI_MP_SOURCE $CPPFLAGS";;
|
|
osf*) CPPFLAGS="-D_REENTRANT $CPPFLAGS";;
|
|
solaris*) CPPFLAGS="-D_REENTRANT $CPPFLAGS"
|
|
--- db/dist/configure.in.orig Thu Feb 24 18:29:00 2000
|
|
+++ db/dist/configure.in Sat Feb 26 13:25:13 2000
|
|
@@ -405,7 +405,7 @@
|
|
dnl libraries for threaded applications
|
|
case "$host_os" in
|
|
freebsd*) CPPFLAGS="-D_THREAD_SAFE $CPPFLAGS"
|
|
- LIBS="-lc_r";;
|
|
+ LIBS="-pthread";;
|
|
irix*) CPPFLAGS="-D_SGI_MP_SOURCE $CPPFLAGS";;
|
|
osf*) CPPFLAGS="-D_REENTRANT $CPPFLAGS";;
|
|
solaris*) CPPFLAGS="-D_REENTRANT $CPPFLAGS"
|