SOURCES: gplflash2-link.patch (NEW) - argh, missing -lXt (like in ...

qboosh qboosh at pld-linux.org
Sat Jun 11 20:27:33 CEST 2005


Author: qboosh                       Date: Sat Jun 11 18:27:32 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- argh, missing -lXt (like in flash and gplflash)
- additional makefile fixes

---- Files affected:
SOURCES:
   gplflash2-link.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/gplflash2-link.patch
diff -u /dev/null SOURCES/gplflash2-link.patch:1.1
--- /dev/null	Sat Jun 11 20:27:32 2005
+++ SOURCES/gplflash2-link.patch	Sat Jun 11 20:27:27 2005
@@ -0,0 +1,39 @@
+--- gplflash2/plugins/mozilla/Makefile.am.orig	2005-04-24 22:51:39.000000000 +0200
++++ gplflash2/plugins/mozilla/Makefile.am	2005-06-11 18:30:08.627104256 +0200
+@@ -13,15 +13,8 @@
+ OPTIMIZER=$(OPTFLAGS)
+ SHARED=-shared
+ 
+-libnpflash_la_LIBADD = ../../lib/libflash2.la
++libnpflash_la_LIBADD = ../../lib/libflash2.la $(LIBJPEG) $(LIBZ) $(X_LIBS) $(FREETYPE_LIBS) $(GL_LIBS) $(LIBFFMPEG) $(LIBSDL) $(XML_LIBS) -lXt
+ libnpflash_la_SOURCES = flash_interface.cc plugin.c npunix.c 
+-libnpflash_la_CFLAGS = -fpic -fPIC -DPIC $(OPTIMIZER) $(PLUGIN_DEFINES) -I../lib $(X_CFLAGS)
++libnpflash_la_CFLAGS = -fPIC -DPIC $(OPTIMIZER) $(PLUGIN_DEFINES) -I../lib $(X_CFLAGS)
+ libnpflash_la_CXXFLAGS = $(FREETYPE_CFLAGS)
+-libnpflash_la_LDFLAGS = $(LIBJPEG) $(LIBZ) $(X_LIBS) $(FREETYPE_LIBS) $(GL_LIBS) $(LIBFFMPEG) $(LIBSDL) $(XML_LIBS)
+-
+-install-pluginLTLIBRARIES: $(plugin_LIBRARIES)
+-	mkdir -p $(PLUGIN_DIR)
+-	cp $(srcdir)/.libs/libnpflash.so.0.0.0 $(PLUGIN_DIR)/libnpflash.so
+-
+-uninstall-pluginLTLIBRARIES: $(plugin_LIBRARIES)
+-	rm -f $(PLUGIN_DIR)/libnpflash.so
++libnpflash_la_LDFLAGS = -avoid-version
+--- gplflash2/player/Makefile.am.orig	2005-04-24 22:51:38.000000000 +0200
++++ gplflash2/player/Makefile.am	2005-06-11 19:08:01.235615248 +0200
+@@ -1,13 +1,12 @@
+ bin_PROGRAMS = flashplayer
+ 
+-flashplayerdir = .
+-flashplayer_HEADERS = ../lib/swf.hh
++flashplayer_include_HEADERS = ../lib/swf.hh
+ 
+ flashplayer_SOURCES=	\
+ 	flashplayer.cc
+ 
+ 
+ flashplayer_LDFLAGS = $(LIBJPEG) $(LIBZ) $(X_LIBS) $(FREETYPE_LIBS) $(GL_LIBS) $(LIBSDL) $(LIBXML2)
+-flashplayer_includedir = $(includedir) 
++flashplayer_includedir = $(includedir)
+ flashplayer_CXXFLAGS = $(FREETYPE_CFLAGS)
+ flashplayer_LDADD = ../lib/libflash2.la $(LIBFFMPEG)
================================================================



More information about the pld-cvs-commit mailing list