diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-11-07 09:32:45 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-11-07 09:32:45 +0800 |
commit | fa54dbb742d8a8301e0e1335d72165c9f1df8cf4 (patch) | |
tree | c72879676335c38b3bf1efe9a4e4d8bb15b2b276 /www/mozilla/files/patch-config::mkdepend::Makefile.in | |
parent | 7e4241bda35642957bc33bcca9e30f49b93de41b (diff) | |
download | marcuscom-ports-fa54dbb742d8a8301e0e1335d72165c9f1df8cf4.tar.gz marcuscom-ports-fa54dbb742d8a8301e0e1335d72165c9f1df8cf4.tar.zst marcuscom-ports-fa54dbb742d8a8301e0e1335d72165c9f1df8cf4.zip |
- Add an experimental feature to bsd.gecko.mk that allows a list
of compat gecko's (ie: firefox15:firefox). This will save a bit
of time not having to maintain USE_GECKO in ports as often &
a few end-users will like this option.
Example:
bsd.gecko.mk:
_GECKO_COMPAT_ALL=firefox15:firefox
port Makefile:
USE_GECKO=firefox
end user:
ahze@blueherron /usr/ports/www/galeon > make WITH_GECKO=firefox15 -V GECKO
firefox15
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7862 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/mozilla/files/patch-config::mkdepend::Makefile.in')
-rw-r--r-- | www/mozilla/files/patch-config::mkdepend::Makefile.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/mozilla/files/patch-config::mkdepend::Makefile.in b/www/mozilla/files/patch-config::mkdepend::Makefile.in new file mode 100644 index 000000000..bace012a2 --- /dev/null +++ b/www/mozilla/files/patch-config::mkdepend::Makefile.in @@ -0,0 +1,10 @@ +--- config/mkdepend/Makefile.in.orig Sun Dec 12 07:36:57 2004 ++++ config/mkdepend/Makefile.in Sun Dec 12 07:37:55 2004 +@@ -57,6 +57,7 @@ + include $(topsrcdir)/config/rules.mk + + HOST_CFLAGS += -DINCLUDEDIR=\"/usr/include\" -DOBJSUFFIX=\".$(OBJ_SUFFIX)\" ++HOST_CFLAGS += $(XCFLAGS) + + ifdef GNU_CC + _GCCDIR = $(shell $(CC) -print-file-name=include) |