aboutsummaryrefslogtreecommitdiff
path: root/devel/libsigc++20/files/patch-ab
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-09-23 01:36:53 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-09-23 01:36:53 +0000
commit8c7499bdfa85657ea6c2517ada0ef4a4db489beb (patch)
tree1c37a6088704b234484b1352cd1f882fb2a253ad /devel/libsigc++20/files/patch-ab
parentc9396a78f758664f44aa3d601d25c18c74372c10 (diff)
Notes
Diffstat (limited to 'devel/libsigc++20/files/patch-ab')
-rw-r--r--devel/libsigc++20/files/patch-ab29
1 files changed, 0 insertions, 29 deletions
diff --git a/devel/libsigc++20/files/patch-ab b/devel/libsigc++20/files/patch-ab
deleted file mode 100644
index 38dd856ea379..000000000000
--- a/devel/libsigc++20/files/patch-ab
+++ /dev/null
@@ -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