openbsd-ports/x11/gtk+/patches/patch-gdk_Makefile_in

12 lines
577 B
Plaintext
Raw Normal View History

--- gdk/Makefile.in.orig Mon Apr 2 05:14:11 2001
+++ gdk/Makefile.in Thu May 5 00:30:41 2005
@@ -135,7 +135,7 @@ lib_LTLIBRARIES = libgdk.la
1999-03-16 17:59:32 -05:00
# libtool stuff: set version and export symbols for resolving
libgdkincludedir = $(includedir)/gtk-1.2/gdk
-libgdk_la_LDFLAGS = @STRIP_BEGIN@ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE) -export-dynamic @GLIB_DEPLIBS@ @x_ldflags@ @x_libs@ -lm @STRIP_END@
2006-01-01 17:23:03 -05:00
+libgdk_la_LDFLAGS = @STRIP_BEGIN@ $(LIBgdk_LTVERSION) -export-dynamic @GLIB_DEPLIBS@ @x_ldflags@ @x_libs@ -lm @STRIP_END@
1999-03-16 17:59:32 -05:00
#