diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-01-03 06:16:26 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-01-03 06:16:26 +0800 |
commit | 8c3bba6b438d753221d9fc9eec7ec0836986e266 (patch) | |
tree | ab7012d0ff6e99e8e74fd0deef346ff1329d17af /www/mozilla/files/patch-config-mkdepend-imakemdep.h | |
parent | b94fd23de8758d9ad0b84ba34943da62ea44c8c1 (diff) | |
download | marcuscom-ports-8c3bba6b438d753221d9fc9eec7ec0836986e266.tar marcuscom-ports-8c3bba6b438d753221d9fc9eec7ec0836986e266.tar.gz marcuscom-ports-8c3bba6b438d753221d9fc9eec7ec0836986e266.tar.bz2 marcuscom-ports-8c3bba6b438d753221d9fc9eec7ec0836986e266.tar.lz marcuscom-ports-8c3bba6b438d753221d9fc9eec7ec0836986e266.tar.xz marcuscom-ports-8c3bba6b438d753221d9fc9eec7ec0836986e266.tar.zst marcuscom-ports-8c3bba6b438d753221d9fc9eec7ec0836986e266.zip |
- Readd mozilla with some testing features in bsd.gecko.mk
bsd.gecko.mk has a very incomplete OPTIONS like feature
that uses dialog(1) --radiolist selection for GECKO and
defaults to GECKO.
Note: I was bored when I did this.. I'm not 100% sure this is a good idea to
totally implement
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5331 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/mozilla/files/patch-config-mkdepend-imakemdep.h')
-rw-r--r-- | www/mozilla/files/patch-config-mkdepend-imakemdep.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/mozilla/files/patch-config-mkdepend-imakemdep.h b/www/mozilla/files/patch-config-mkdepend-imakemdep.h new file mode 100644 index 000000000..b688e6644 --- /dev/null +++ b/www/mozilla/files/patch-config-mkdepend-imakemdep.h @@ -0,0 +1,10 @@ +--- config/mkdepend/imakemdep.h Fri Sep 4 21:22:25 1998 ++++ config/mkdepend/imakemdep.h Thu Oct 16 22:43:25 2003 +@@ -278,4 +278,7 @@ + "-D__i386__", + # endif ++# if defined(__amd64__) || defined(__x86_64__) ++ "-D__amd64__ -D__x86_64__", ++# endif + # ifdef __GNUC__ + "-traditional", |