summaryrefslogtreecommitdiff
path: root/devel/libsigc++12/files
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-08-11 05:24:04 +0000
committerWill Andrews <will@FreeBSD.org>2000-08-11 05:24:04 +0000
commitd041c5f9aaa89f98e7f0b6e845874710af92d653 (patch)
treea970b857513adc602936ac00fa9631b9b58726ab /devel/libsigc++12/files
parentAdd p5-B-Graph 0.50, a perl module that acts as a layer between Malcolm (diff)
Update to 1.0.1. Move to USE_LIBTOOL and rid ourselves of .la file. Fix
-lc_r -> -pthread. Update PLIST. PR: 20174 Submitted by: Stijn Hoop <stijn@win.tue.nl>
Notes
Notes: svn path=/head/; revision=31512
Diffstat (limited to 'devel/libsigc++12/files')
-rw-r--r--devel/libsigc++12/files/patch-ab20
-rw-r--r--devel/libsigc++12/files/patch-ac12
2 files changed, 16 insertions, 16 deletions
diff --git a/devel/libsigc++12/files/patch-ab b/devel/libsigc++12/files/patch-ab
index 6cdeaffb2e2c..38dd856ea379 100644
--- a/devel/libsigc++12/files/patch-ab
+++ b/devel/libsigc++12/files/patch-ab
@@ -1,29 +1,29 @@
---- configure Sat Apr 15 10:15:19 2000
-+++ configure Tue Apr 18 07:49:32 2000
-@@ -2901,14 +2901,14 @@
+--- 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:2906: checking for pthread_self in -lpthread" >&5
-+echo $ac_n "checking for pthread_self in -lc_r""... $ac_c" 1>&6
-+echo "configure:2906: checking for pthread_self in -lc_r" >&5
+-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 -lc_r $LIBS"
++LIBS="-pthread $LIBS"
cat > conftest.$ac_ext <<EOF
- #line 2914 "configure"
+ #line 2579 "configure"
#include "confdefs.h"
-@@ -2939,7 +2939,7 @@
+@@ -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 -lc_r"
++ enable_threads="yes";THREAD_LIB="-pthread"
else
echo "$ac_t""no" 1>&6
fi
diff --git a/devel/libsigc++12/files/patch-ac b/devel/libsigc++12/files/patch-ac
index a2d415008645..d4d1b3004da4 100644
--- a/devel/libsigc++12/files/patch-ac
+++ b/devel/libsigc++12/files/patch-ac
@@ -1,15 +1,15 @@
---- sigc++/Makefile.in Sat Apr 15 10:17:41 2000
-+++ sigc++/Makefile.in Tue Apr 18 07:52:19 2000
-@@ -65,7 +65,7 @@
+--- sigc++/Makefile.in.orig Sat May 20 20:47:52 2000
++++ sigc++/Makefile.in Tue Jul 25 14:37:44 2000
+@@ -64,7 +64,7 @@
+ CPP = @CPP@
CXX = @CXX@
DLLTOOL = @DLLTOOL@
- LD = @LD@
-LIBSIGC_SO_VERSION = @LIBSIGC_SO_VERSION@
-+LIBSIGC_SO_VERSION = 1:0:0
++LIBSIGC_SO_VERSION = 1:0:1
LIBTOOL = @LIBTOOL@
LN_S = @LN_S@
M4 = @M4@
-@@ -92,7 +92,7 @@
+@@ -90,7 +90,7 @@
libsigc_la_SOURCES = object.cc scope.cc marshal.cc slot.cc basic_signal.cc adaptor.cc thread.cc