Files
for-gentoo/net-libs/xulrunner/files/301-xulrunner-xpctools.diff
T
Mitch Harder 981f5a9273 [net-libs/xulrunner-1.9.2-r10] Added missing patch files.
The 301-xulrunner-xpctools.diff and
xulrunner-1.9.2-fix-pkgconfig-file.patch files were missing from
the files directory, and are necessary for the ebuild to work.
2010-01-25 12:57:25 -06:00

26 lines
550 B
Diff

--- js/src/xpconnect/src/Makefile.in~ 2009-09-20 13:13:15.508713367 -0500
+++ js/src/xpconnect/src/Makefile.in 2009-09-20 13:14:30.994713367 -0500
@@ -77,6 +77,10 @@
widget \
$(NULL)
+ifdef MOZ_XPCTOOLS
+DEFINES += -DXPC_TOOLS_SUPPORT
+REQUIRES += xpctools
+endif
CPPSRCS = \
nsScriptError.cpp \
@@ -174,11 +178,6 @@
endif # ENABLE_JIT
-ifdef MOZ_XPCTOOLS
-DEFINES += -DXPC_TOOLS_SUPPORT
-REQUIRES += xpctools
-endif
-
ifdef XPC_IDISPATCH_SUPPORT
DEFINES += -DXPC_IDISPATCH_SUPPORT
ifdef XPC_COMOBJECT