2012-09-24 02:51:59 -04:00
|
|
|
$OpenBSD: patch-configure,v 1.11 2012/09/24 06:51:59 jasper Exp $
|
2011-07-12 04:12:28 -04:00
|
|
|
|
2011-07-04 09:33:30 -04:00
|
|
|
Remove -ldl
|
2011-07-12 04:12:28 -04:00
|
|
|
|
2011-07-04 09:33:30 -04:00
|
|
|
Fix GECKO_CFLAGS and GECKO_LIBS
|
2009-11-01 13:25:21 -05:00
|
|
|
|
2012-03-26 10:41:51 -04:00
|
|
|
--- configure.orig Thu Mar 22 04:30:54 2012
|
|
|
|
+++ configure Mon Mar 26 16:13:49 2012
|
|
|
|
@@ -7350,8 +7350,8 @@ fi
|
2010-11-08 10:06:31 -05:00
|
|
|
if test "${with_xulrunner_sdk+set}" = set; then :
|
2010-03-29 08:16:07 -04:00
|
|
|
withval=$with_xulrunner_sdk;
|
|
|
|
XULRUNNER_SDK_PREFIX=$with_xulrunner_sdk
|
2010-09-22 11:25:26 -04:00
|
|
|
- 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"
|
2009-11-01 13:25:21 -05:00
|
|
|
- GECKO_LIBS="-L$XULRUNNER_SDK_PREFIX/lib -lxpcomglue_s -lxul -lxpcom -lplds4 -lplc4 -lnspr4 -lpthread -ldl"
|
2010-09-22 11:25:26 -04:00
|
|
|
+ GECKO_CFLAGS="-I$XULRUNNER_SDK_PREFIX/include -DOPENBSD"
|
2012-09-24 02:51:59 -04:00
|
|
|
+ GECKO_LIBS="-L$XULRUNNER_SDK_PREFIX -lxpcomglue_s -lxul -lxpcom -lplds4 -lplc4 -lnspr4 -lpthread"
|
2012-03-26 10:41:51 -04:00
|
|
|
|
|
|
|
fi
|
|
|
|
|