diff options
author | will <will@FreeBSD.org> | 2000-08-11 05:24:04 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-08-11 05:24:04 +0000 |
commit | 168cacfd77cb7fb984d32cc8ee042ebafaaa0e7d (patch) | |
tree | 0eabca0f13769f01ceca8783190c9772b65d8237 /devel/libsigc++12/files/patch-ac | |
parent | 801b777479f93fc0be7adddb9326000c62c904d4 (diff) | |
download | FreeBSD-ports-168cacfd77cb7fb984d32cc8ee042ebafaaa0e7d.zip FreeBSD-ports-168cacfd77cb7fb984d32cc8ee042ebafaaa0e7d.tar.gz |
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>
Diffstat (limited to 'devel/libsigc++12/files/patch-ac')
-rw-r--r-- | devel/libsigc++12/files/patch-ac | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/devel/libsigc++12/files/patch-ac b/devel/libsigc++12/files/patch-ac index a2d4150..d4d1b30 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 |