diff options
author | Will Andrews <will@FreeBSD.org> | 2000-08-11 05:24:04 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-08-11 05:24:04 +0000 |
commit | d041c5f9aaa89f98e7f0b6e845874710af92d653 (patch) | |
tree | a970b857513adc602936ac00fa9631b9b58726ab /devel/libsigc++/files/patch-ac | |
parent | Add 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++/files/patch-ac')
-rw-r--r-- | devel/libsigc++/files/patch-ac | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/devel/libsigc++/files/patch-ac b/devel/libsigc++/files/patch-ac index a2d415008645..d4d1b3004da4 100644 --- a/devel/libsigc++/files/patch-ac +++ b/devel/libsigc++/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 |