diff options
author | steve <steve@FreeBSD.org> | 2000-04-29 23:37:14 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-04-29 23:37:14 +0000 |
commit | f33bc64208696a12fcc509234f53ba2e3ef56a82 (patch) | |
tree | 6bdc9ea5de04b8e5eecca0afa7e2dbc0c6e70410 /devel/libsigc++12/files | |
parent | 01a90f79d4c51838ff4f8fcbc278b6991abf87af (diff) | |
download | FreeBSD-ports-f33bc64208696a12fcc509234f53ba2e3ef56a82.zip FreeBSD-ports-f33bc64208696a12fcc509234f53ba2e3ef56a82.tar.gz |
Update to version 1.0.0.
PR: 18066
Submitted by: maintainer
Diffstat (limited to 'devel/libsigc++12/files')
-rw-r--r-- | devel/libsigc++12/files/patch-ab | 16 | ||||
-rw-r--r-- | devel/libsigc++12/files/patch-ac | 6 |
2 files changed, 11 insertions, 11 deletions
diff --git a/devel/libsigc++12/files/patch-ab b/devel/libsigc++12/files/patch-ab index 89440f4..6cdeaff 100644 --- a/devel/libsigc++12/files/patch-ab +++ b/devel/libsigc++12/files/patch-ab @@ -1,24 +1,24 @@ ---- configure Wed Jan 19 15:06:41 2000 -+++ configure Thu Jan 27 23:33:56 1994 -@@ -2810,14 +2810,14 @@ +--- configure Sat Apr 15 10:15:19 2000 ++++ configure Tue Apr 18 07:49:32 2000 +@@ -2901,14 +2901,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:2815: checking for pthread_self in -lpthread" >&5 +-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:2815: checking for pthread_self in -lc_r" >&5 ++echo "configure:2906: checking for pthread_self in -lc_r" >&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 -lc_r $LIBS" cat > conftest.$ac_ext <<EOF - #line 2823 "configure" + #line 2914 "configure" #include "confdefs.h" -@@ -2848,7 +2848,7 @@ +@@ -2939,7 +2939,7 @@ fi if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then echo "$ac_t""yes" 1>&6 diff --git a/devel/libsigc++12/files/patch-ac b/devel/libsigc++12/files/patch-ac index 5ee58ac..a2d4150 100644 --- a/devel/libsigc++12/files/patch-ac +++ b/devel/libsigc++12/files/patch-ac @@ -1,5 +1,5 @@ ---- sigc++/Makefile.in Thu Jan 20 03:40:56 2000 -+++ sigc++/Makefile.in Thu Jan 27 23:40:23 1994 +--- sigc++/Makefile.in Sat Apr 15 10:17:41 2000 ++++ sigc++/Makefile.in Tue Apr 18 07:52:19 2000 @@ -65,7 +65,7 @@ CXX = @CXX@ DLLTOOL = @DLLTOOL@ @@ -9,7 +9,7 @@ LIBTOOL = @LIBTOOL@ LN_S = @LN_S@ M4 = @M4@ -@@ -90,7 +90,7 @@ +@@ -92,7 +92,7 @@ libsigc_la_SOURCES = object.cc scope.cc marshal.cc slot.cc basic_signal.cc adaptor.cc thread.cc |