Patch to allow this port to build on powerpc, binutils ld is stricter

about unreferences symbols in shared libraries.
ok pvalchev@
This commit is contained in:
drahn 2001-08-11 03:41:22 +00:00
parent 655a90a983
commit 62373cdd5b

View File

@ -1,7 +1,16 @@
$OpenBSD: patch-gdk-pixbuf_Makefile_in,v 1.3 2001/04/01 20:20:57 naddy Exp $
--- gdk-pixbuf/Makefile.in.orig Sat Mar 31 21:38:52 2001
+++ gdk-pixbuf/Makefile.in Sat Mar 31 21:39:32 2001
@@ -257,7 +257,7 @@ libgdk_pixbuf_la_LIBADD = pixops/libpixo
$OpenBSD: patch-gdk-pixbuf_Makefile_in,v 1.4 2001/08/11 03:41:22 drahn Exp $
--- gdk-pixbuf/Makefile.in.orig Fri Aug 10 21:26:54 2001
+++ gdk-pixbuf/Makefile.in Fri Aug 10 22:12:23 2001
@@ -247,7 +247,7 @@
libgdk_pixbuf_la_SOURCES = gdk-pixbuf.c gdk-pixbuf-animation.c gdk-pixbuf-data.c gdk-pixbuf-drawable.c gdk-pixbuf-io.c gdk-pixbuf-loader.c gdk-pixbuf-render.c gdk-pixbuf-scale.c gdk-pixbuf-util.c gdk-pixbuf-parse-color.c $(extra_sources)
-libgdk_pixbuf_la_LDFLAGS = -version-info 2:0:0 -export-dynamic $(GLIB_LIBS) $(GTK_LIBS)
+libgdk_pixbuf_la_LDFLAGS = -version-info 2:0:0 -export-dynamic $(GLIB_LIBS) $(GTK_LIBS) $(LIBPNG) $(LIBJPEG) $(LIBTIFF)
libgdk_pixbuf_la_LIBADD = pixops/libpixops.la
#
@@ -257,7 +257,7 @@
libgdk_pixbuf_xlib_la_SOURCES = gdk-pixbuf.c gdk-pixbuf-xlib.c gdk-pixbuf-animation.c gdk-pixbuf-data.c gdk-pixbuf-io.c gdk-pixbuf-xlib-render.c gdk-pixbuf-xlib-drawable.c gdk-pixbuf-scale.c gdk-pixbuf-util.c gdk-pixbuf-xlibrgb.c gdk-pixbuf-parse-color.c $(extra_sources)