mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 00:09:15 -04:00
11 lines
773 B
Text
11 lines
773 B
Text
--- configure.orig 2010-02-24 16:19:09.000000000 +0100
|
|
+++ configure 2010-06-14 22:12:46.000000000 +0200
|
|
@@ -8710,7 +8710,7 @@
|
|
if test "${with_xulrunner_sdk+set}" = set; then
|
|
withval=$with_xulrunner_sdk;
|
|
XULRUNNER_SDK_PREFIX=$with_xulrunner_sdk
|
|
- GECKO_CFLAGS="-I$XULRUNNER_SDK_PREFIX/include -I$XULRUNNER_SDK_PREFIX/include/plugin -I$XULRUNNER_SDK_PREFIX/include/nspr -I$XULRUNNER_SDK_PREFIX/include/xpcom -I$XULRUNNER_SDK_PREFIX/include/string -I$XULRUNNER_SDK_PREFIX/include/java"
|
|
+ GECKO_CFLAGS="-I$XULRUNNER_SDK_PREFIX/libxul -I$XULRUNNER_SDK_PREFIX/nspr"
|
|
GECKO_LIBS="-L$XULRUNNER_SDK_PREFIX/lib -lxpcomglue_s -lxul -lxpcom -lplds4 -lplc4 -lnspr4 -lpthread -ldl"
|
|
# Check whether --enable-new-libxul was given.
|
|
if test "${enable_new_libxul+set}" = set; then
|