diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-06-24 16:33:53 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-06-24 16:33:53 +0000 |
commit | a44095ee68cd67d68a70fbb5e2dac98cd63cb6da (patch) | |
tree | 6761bfc0b4b4713079709ea16d7453e0a5a51f8b /www/firefox36/files/patch-build_unix_mozilla-xpcom.pc.in | |
parent | 24f5414a1a61aca883a3f3cdc7db66c4ff450494 (diff) | |
download | ports-a44095ee68cd67d68a70fbb5e2dac98cd63cb6da.tar.gz ports-a44095ee68cd67d68a70fbb5e2dac98cd63cb6da.zip |
Notes
Diffstat (limited to 'www/firefox36/files/patch-build_unix_mozilla-xpcom.pc.in')
-rw-r--r-- | www/firefox36/files/patch-build_unix_mozilla-xpcom.pc.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/www/firefox36/files/patch-build_unix_mozilla-xpcom.pc.in b/www/firefox36/files/patch-build_unix_mozilla-xpcom.pc.in new file mode 100644 index 000000000000..4e982a5443e8 --- /dev/null +++ b/www/firefox36/files/patch-build_unix_mozilla-xpcom.pc.in @@ -0,0 +1,8 @@ +--- build/unix/mozilla-xpcom.pc.in.orig Thu Jun 24 12:23:09 2004 ++++ build/unix/mozilla-xpcom.pc.in Thu Jun 24 12:23:18 2004 +@@ -8,4 +8,4 @@ + Version: %MOZILLA_VERSION% + Requires: mozilla-nspr = %MOZILLA_VERSION% + Libs: -L${libdir} -lxpcom +-Cflags: -I${includedir}/xpcom -I${includedir}/string ++Cflags: -I${includedir}/xpcom -I${includedir}/string -I${includedir} |