openbsd-ports/x11/gtk+/patches/patch-gdk_Makefile_in
brad 6077001b2f upgrade to Gtk+ 1.2.9
!!NOTE!!: header files for Gtk+ have changed locations so this WILL cause
breakage.
2001-03-07 22:59:15 +00:00

12 lines
549 B
Plaintext

--- gdk/Makefile.in.orig Wed Mar 7 09:57:35 2001
+++ gdk/Makefile.in Wed Mar 7 09:59:58 2001
@@ -135,7 +135,7 @@
# 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@
+libgdk_la_LDFLAGS = @STRIP_BEGIN@ -version-info 1:2:0 -export-dynamic @GLIB_DEPLIBS@ @x_ldflags@ @x_libs@ -lm @STRIP_END@
#