]> git.pld-linux.org Git - packages/liferea.git/blob - liferea-xulrunner.patch
- 1.6.0 merged from DEVEL
[packages/liferea.git] / liferea-xulrunner.patch
1 diff -urN liferea-1.4.20/src/mozilla/Makefile.am liferea-1.4.20.new/src/mozilla/Makefile.am
2 --- liferea-1.4.20/src/mozilla/Makefile.am      2007-07-23 19:56:53.000000000 +0200
3 +++ liferea-1.4.20.new/src/mozilla/Makefile.am  2008-10-06 16:36:16.000000000 +0200
4 @@ -37,14 +37,22 @@
5  
6  ## the XulRunner support module
7  
8 +XULRUNNER_EXTRA_CFLAGS = \
9 +       -I/usr/include/xulrunner \
10 +       -I/usr/include/xulrunner/dom \
11 +       -I/usr/include/xulrunner/gtkembedmoz \
12 +       -I/usr/include/xulrunner/necko \
13 +       -I/usr/include/xulrunner/webbrwsr \
14 +       -I/usr/include/xulrunner/xpcom
15 +
16  liblihtmlx_la_SOURCES = \
17         mozembed.c mozembed.h \
18         mozsupport.cpp mozsupport.h \
19         xulrunner.c
20  
21  liblihtmlx_la_LIBADD = $(PACKAGE_LIBS) $(XULRUNNER_LIBS) $(INTLLIBS)
22 -liblihtmlx_la_CFLAGS = $(XULRUNNER_CFLAGS) $(PACKAGE_CFLAGS)  -DXULRUNNER_HOME=\""$(XULRUNNER_HOME)\""
23 -liblihtmlx_la_CXXFLAGS = $(XULRUNNER_CFLAGS) $(PACKAGE_CFLAGS)
24 +liblihtmlx_la_CFLAGS = $(XULRUNNER_CFLAGS) $(XULRUNNER_EXTRA_CFLAGS) $(PACKAGE_CFLAGS)  -DXULRUNNER_HOME=\""$(XULRUNNER_HOME)\""
25 +liblihtmlx_la_CXXFLAGS = $(XULRUNNER_CFLAGS) $(XULRUNNER_EXTRA_CFLAGS) $(PACKAGE_CFLAGS)
26  
27  if PLATFORM_WIN32
28  
This page took 0.079048 seconds and 3 git commands to generate.