diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-11 08:15:48 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-11 08:15:48 +0800 |
commit | 867b3fc258155f7ac227d82314ac9ee9d409c82d (patch) | |
tree | ede8da8a1623a02b2b9765180462708cfe25f333 /www/firefox/files/patch-config-mkdepend-imakemdep.h | |
parent | b7139ec5cb6a8b897e1b996065dd18c0b2889569 (diff) | |
download | marcuscom-ports-867b3fc258155f7ac227d82314ac9ee9d409c82d.tar.gz marcuscom-ports-867b3fc258155f7ac227d82314ac9ee9d409c82d.tar.zst marcuscom-ports-867b3fc258155f7ac227d82314ac9ee9d409c82d.zip |
- Merge firefox-devel from ports to firefox MC so we can test firefox 1.5
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5099 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/firefox/files/patch-config-mkdepend-imakemdep.h')
-rw-r--r-- | www/firefox/files/patch-config-mkdepend-imakemdep.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/www/firefox/files/patch-config-mkdepend-imakemdep.h b/www/firefox/files/patch-config-mkdepend-imakemdep.h new file mode 100644 index 000000000..677778417 --- /dev/null +++ b/www/firefox/files/patch-config-mkdepend-imakemdep.h @@ -0,0 +1,13 @@ +$FreeBSD$ + $MCom$ + +--- 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", |