openbsd-ports/x11/gtk+2/patches/patch-gtk_Makefile_in

21 lines
798 B
Plaintext

$OpenBSD: patch-gtk_Makefile_in,v 1.8 2006/01/07 07:10:19 pvalchev Exp $
--- gtk/Makefile.in.orig Thu Aug 18 08:12:39 2005
+++ gtk/Makefile.in Thu Jan 5 17:24:45 2006
@@ -346,7 +346,6 @@ $(am__append_2)
# common options for the various packages.
libtool_opts = \
- -version-info $(LT_VERSION_INFO) \
-export-dynamic $(no_undefined) $(LIBTOOL_EXPORT_OPTIONS) \
-rpath $(libdir) $(libgtk_target_ldflags)
@@ -868,7 +867,7 @@ libgtk_x11_2_0_la_SOURCES = $(gtk_c_sour
libgtk_linux_fb_2_0_la_SOURCES = $(gtk_c_sources)
libgtk_win32_2_0_la_SOURCES = $(gtk_c_sources)
-libgtk_x11_2_0_la_LDFLAGS = $(libtool_opts)
+libgtk_x11_2_0_la_LDFLAGS = $(libtool_opts) $(LIBgtk-x11-2.0_LTVERSION)
libgtk_linux_fb_2_0_la_LDFLAGS = $(libtool_opts)
libgtk_win32_2_0_la_LDFLAGS = $(libtool_opts)