diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-01-10 07:24:49 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-01-10 07:24:49 +0000 |
commit | ec5eae15743a06bdb7dca39965bd2bfa4060a8be (patch) | |
tree | 6db12b26ff7f7354e18be19a6d2fbd7d28f42401 /www/kompozer/files/patch-build_unix_mozilla-xpcom.pc.in | |
parent | o Update to development version 2.5.28 patch kit l (diff) |
- Update to 0.70, now based upon firefox 1.0 codebase.
Patches & PKG[DE]INSTALL scripts obtained from: www/mozilla or www/firefox
Notes
Notes:
svn path=/head/; revision=126027
Diffstat (limited to 'www/kompozer/files/patch-build_unix_mozilla-xpcom.pc.in')
-rw-r--r-- | www/kompozer/files/patch-build_unix_mozilla-xpcom.pc.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/www/kompozer/files/patch-build_unix_mozilla-xpcom.pc.in b/www/kompozer/files/patch-build_unix_mozilla-xpcom.pc.in new file mode 100644 index 000000000000..4e982a5443e8 --- /dev/null +++ b/www/kompozer/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} |