summaryrefslogtreecommitdiffstats
path: root/science/gchemutils/files/patch-configure_mozilla-config
blob: 9c03784352f2ed50f4f42ab7bea69c8dea09f351 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- configure.orig	Fri May 26 22:09:05 2006
+++ configure	Fri May 26 22:21:37 2006
@@ -21444,7 +21444,7 @@
 
 	if test "x$MOZILLA_CONFIG" != "xno"; then
 		_mozilla_include_dir=`mozilla-config --cflags|sed 's/-I\(.*\) .*/\1/'`
-		MOZILLA_CFLAGS="-I$_mozilla_include_dir/plugin -I$_mozilla_include_dir/java -I$_mozilla_include_dir/nspr"
+		MOZILLA_CFLAGS="`mozilla-config --cflags` -I$_mozilla_include_dir/plugin -I$_mozilla_include_dir/java -I$_mozilla_include_dir/nspr"
 		mozlibdir=`mozilla-config --libs|sed 's/-L//'`
 	else
 
OpenPOWER on IntegriCloud