]> git.pld-linux.org Git - packages/devhelp.git/blob - devhelp-libxul.patch
- updated to 0.22; the first release with WebKit engine
[packages/devhelp.git] / devhelp-libxul.patch
1 diff -urN devhelp-0.21/m4/gecko.m4 devhelp-0.21.new/m4/gecko.m4
2 --- devhelp-0.21/m4/gecko.m4    2008-09-08 09:29:56.000000000 +0200
3 +++ devhelp-0.21.new/m4/gecko.m4        2008-10-10 09:48:12.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
This page took 0.024317 seconds and 3 git commands to generate.