]> git.pld-linux.org Git - packages/yelp.git/blob - yelp-libxul.patch
- release 5
[packages/yelp.git] / yelp-libxul.patch
1 diff -urN yelp-2.23.2/m4/gecko.m4 yelp-2.23.2.new/m4/gecko.m4
2 --- yelp-2.23.2/m4/gecko.m4     2008-08-21 22:05:48.000000000 +0200
3 +++ yelp-2.23.2.new/m4/gecko.m4 2008-08-22 01:32:57.000000000 +0200
4 @@ -116,7 +116,7 @@
5         _GECKO_PREFIX="`$PKG_CONFIG --variable=prefix ${gecko_cv_gecko}-xpcom`"
6         _GECKO_NSPR=no # XXX asac: this is currently a blind guess and should be a AC test
7  else
8 -       _GECKO_INCLUDE_ROOT="`$PKG_CONFIG --variable=includedir ${gecko_cv_gecko}`/unstable"
9 +       _GECKO_INCLUDE_ROOT="`$PKG_CONFIG --variable=includedir ${gecko_cv_gecko}`"
10         _GECKO_CFLAGS="`$PKG_CONFIG --cflags ${gecko_cv_gecko}` `$PKG_CONFIG --cflags ${gecko_cv_gecko}-unstable`"
11         _GECKO_LIBDIR="`$PKG_CONFIG --variable=sdkdir ${gecko_cv_gecko}`/bin"
12         _GECKO_HOME=$with_gecko_home
13 diff -urN yelp-2.23.2/src/Makefile.am yelp-2.23.2.new/src/Makefile.am
14 --- yelp-2.23.2/src/Makefile.am 2008-08-21 22:05:49.000000000 +0200
15 +++ yelp-2.23.2.new/src/Makefile.am     2008-08-22 01:33:10.000000000 +0200
16 @@ -60,7 +60,8 @@
17         uriloader       \
18         webbrwsr        \
19         webshell        \
20 -       widget
21 +       widget          \
22 +       xpcom
23  
24  yelp_CPPFLAGS =                                                                        \
25         -I$(top_srcdir)                                                         \
This page took 0.053799 seconds and 3 git commands to generate.