summaryrefslogtreecommitdiff
path: root/devel/libsigc++/files/patch-ab
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-08-06 20:31:10 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-08-06 20:31:10 +0000
commit6748e9eca39c8fc8e35b5d5fe5c3fa187997b70a (patch)
treec0ee8e4a96f4a1b3d53f6743541c86bcf32fe8c1 /devel/libsigc++/files/patch-ab
parent- Spin off Gimp-Print driver. (diff)
Update to 1.0.4, and make this port safe for when libsigc++-1.2 gets added
to the tree. Prompted by: Neil Darlow <neil@darlow.co.uk>
Notes
Notes: svn path=/head/; revision=64118
Diffstat (limited to 'devel/libsigc++/files/patch-ab')
-rw-r--r--devel/libsigc++/files/patch-ab29
1 files changed, 0 insertions, 29 deletions
diff --git a/devel/libsigc++/files/patch-ab b/devel/libsigc++/files/patch-ab
index 38dd856ea379..e69de29bb2d1 100644
--- a/devel/libsigc++/files/patch-ab
+++ b/devel/libsigc++/files/patch-ab
@@ -1,29 +0,0 @@
---- configure.orig Sat May 20 20:46:13 2000
-+++ configure Tue Jul 25 14:39:44 2000
-@@ -2566,14 +2566,14 @@
-
- if test "x$enable_threads" = "xyes" ; then
- enable_threads="no"
--echo $ac_n "checking for pthread_self in -lpthread""... $ac_c" 1>&6
--echo "configure:2571: checking for pthread_self in -lpthread" >&5
-+echo $ac_n "checking for pthread_self in -pthread""... $ac_c" 1>&6
-+echo "configure:2571: checking for pthread_self in -pthread" >&5
- ac_lib_var=`echo pthread'_'pthread_self | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
- else
- ac_save_LIBS="$LIBS"
--LIBS="-lpthread $LIBS"
-+LIBS="-pthread $LIBS"
- cat > conftest.$ac_ext <<EOF
- #line 2579 "configure"
- #include "confdefs.h"
-@@ -2604,7 +2604,7 @@
- fi
- if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
- echo "$ac_t""yes" 1>&6
-- enable_threads="yes";THREAD_LIB="-lpthread"
-+ enable_threads="yes";THREAD_LIB="-pthread"
- else
- echo "$ac_t""no" 1>&6
- fi