SOURCES: pornview-asneeded.patch (NEW) - fix build with --as-needed

qboosh qboosh at pld-linux.org
Tue Oct 17 19:38:33 CEST 2006


Author: qboosh                       Date: Tue Oct 17 17:38:33 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix build with --as-needed

---- Files affected:
SOURCES:
   pornview-asneeded.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/pornview-asneeded.patch
diff -u /dev/null SOURCES/pornview-asneeded.patch:1.1
--- /dev/null	Tue Oct 17 19:38:33 2006
+++ SOURCES/pornview-asneeded.patch	Tue Oct 17 19:38:27 2006
@@ -0,0 +1,14 @@
+--- pornview-0.2.0pre1/src/Makefile.am.orig	2003-01-01 17:16:42.000000000 +0100
++++ pornview-0.2.0pre1/src/Makefile.am	2006-10-17 18:57:56.887960500 +0200
+@@ -52,7 +52,8 @@
+ pornview_LDFLAGS = \
+ 	-export-dynamic
+ 
+-pornview_LDADD = $(GTK_LIBS) $(GDK_PIXBUF_LIBS) $(PNG_LIBS) $(MOVIELIB_LIBS) \
+-	$(INTLLIBS) $(LIBICONV) $(LIBCHARSET) $(X_LIBS) $(XINERAMA_LIBS) \
++pornview_LDADD = \
+ 	prefs_ui/libprefs_ui.la  support/widgets/libsupport_widgets.la \
+-	support/libsupport_utils.la $(LIBEXIF)
++	support/libsupport_utils.la $(LIBEXIF) \
++	$(GTK_LIBS) $(GDK_PIXBUF_LIBS) $(PNG_LIBS) $(MOVIELIB_LIBS) \
++	$(INTLLIBS) $(LIBICONV) $(LIBCHARSET) $(X_LIBS) $(XINERAMA_LIBS)
================================================================


More information about the pld-cvs-commit mailing list