diff options
author | Steve Price <steve@FreeBSD.org> | 2000-01-29 22:26:02 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-01-29 22:26:02 +0000 |
commit | fd3a9988f884c51a393887e2ae0c750fe24b4131 (patch) | |
tree | b9e90ee4f3416d45524a543a71447d1c65f07f19 /devel/libsigc++12/files/patch-ac | |
parent | Adding mysql-jdbc-mm version 1.2b (diff) |
Adding libsigc++ version 0.8.6.
A callback framework for C++.
PR: 16419
Submitted by: Joe Lu <JoeLu@JoeLu.m8.ntu.edu.tw>
Notes
Notes:
svn path=/head/; revision=25286
Diffstat (limited to 'devel/libsigc++12/files/patch-ac')
-rw-r--r-- | devel/libsigc++12/files/patch-ac | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/libsigc++12/files/patch-ac b/devel/libsigc++12/files/patch-ac new file mode 100644 index 000000000000..5ee58ac5e406 --- /dev/null +++ b/devel/libsigc++12/files/patch-ac @@ -0,0 +1,20 @@ +--- sigc++/Makefile.in Thu Jan 20 03:40:56 2000 ++++ sigc++/Makefile.in Thu Jan 27 23:40:23 1994 +@@ -65,7 +65,7 @@ + CXX = @CXX@ + DLLTOOL = @DLLTOOL@ + LD = @LD@ +-LIBSIGC_SO_VERSION = @LIBSIGC_SO_VERSION@ ++LIBSIGC_SO_VERSION = 1:0:0 + LIBTOOL = @LIBTOOL@ + LN_S = @LN_S@ + M4 = @M4@ +@@ -90,7 +90,7 @@ + libsigc_la_SOURCES = object.cc scope.cc marshal.cc slot.cc basic_signal.cc adaptor.cc thread.cc + + +-libsigc_la_LDFLAGS = -version-info $(LIBSIGC_SO_VERSION) -release $(SIGC_RELEASE) -no-undefined ++libsigc_la_LDFLAGS = -version-info $(LIBSIGC_SO_VERSION) -no-undefined + + libsigcdir = $(prefix)/include/sigc++ + |