SOURCES: xulrunner-pc.patch - plugin needs xpcom includes too. t...
pluto
pluto at pld-linux.org
Wed Apr 18 14:51:29 CEST 2007
Author: pluto Date: Wed Apr 18 12:51:29 2007 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- plugin needs xpcom includes too.
this fixes:
/usr/include/xulrunner/plugin/nsIPluginInstance.h:10:25: error: nsISupports.h: No such file or directory
/usr/include/xulrunner/plugin/nsIPluginStreamListener.h:22:28: error: nsIInputStream.h: No such file or directory
---- Files affected:
SOURCES:
xulrunner-pc.patch (1.3 -> 1.4)
---- Diffs:
================================================================
Index: SOURCES/xulrunner-pc.patch
diff -u SOURCES/xulrunner-pc.patch:1.3 SOURCES/xulrunner-pc.patch:1.4
--- SOURCES/xulrunner-pc.patch:1.3 Sun Feb 25 08:17:20 2007
+++ SOURCES/xulrunner-pc.patch Wed Apr 18 14:51:23 2007
@@ -33,4 +33,4 @@
Version: %MOZILLA_VERSION%
Requires: %NSPR_NAME% >= %NSPR_VERSION%
-Cflags: -I${includedir}/java -I${includedir}/plugin
-+Cflags: -I${includedir}/java -I${includedir}/plugin -I${includedir}/dom
++Cflags: -I${includedir}/java -I${includedir}/plugin -I${includedir}/xpcom -I${includedir}/dom
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/xulrunner-pc.patch?r1=1.3&r2=1.4&f=u
More information about the pld-cvs-commit
mailing list