freebsd-ports/devel/libsigc++/files/patch-ac
Joe Marcus Clarke 6748e9eca3 Update to 1.0.4, and make this port safe for when libsigc++-1.2 gets added
to the tree.

Prompted by:	Neil Darlow <neil@darlow.co.uk>
2002-08-06 20:31:10 +00:00

21 lines
613 B
Text

--- sigc++/Makefile.in.orig Tue Oct 23 07:40:58 2001
+++ sigc++/Makefile.in Tue Aug 6 16:13:28 2002
@@ -66,7 +66,7 @@
DLLTOOL = @DLLTOOL@
DLL_DEFINE = @DLL_DEFINE@
EXEEXT = @EXEEXT@
-LIBSIGC_SO_VERSION = @LIBSIGC_SO_VERSION@
+LIBSIGC_SO_VERSION = 1:0:1
LIBTOOL = @LIBTOOL@
LN_S = @LN_S@
M4 = @M4@
@@ -94,8 +94,7 @@
EXTRA_libsigc_la_SOURCES = sigc_res.rc
-libsigc_la_LDFLAGS = -version-info $(LIBSIGC_SO_VERSION) -release $(SIGC_RELEASE) -no-undefined
-
+libsigc_la_LDFLAGS = -version-info $(LIBSIGC_SO_VERSION) -no-undefined
lib_LTLIBRARIES = libsigc.la