diff options
Diffstat (limited to 'www/firefox/patches/patch-bs')
-rw-r--r-- | www/firefox/patches/patch-bs | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/www/firefox/patches/patch-bs b/www/firefox/patches/patch-bs new file mode 100644 index 00000000000..c45abed5021 --- /dev/null +++ b/www/firefox/patches/patch-bs @@ -0,0 +1,14 @@ +$NetBSD: patch-bs,v 1.1 2004/06/02 15:09:01 taya Exp $ + +--- config/mkdepend/imakemdep.h.orig 2004-05-30 11:16:09.000000000 +0900 ++++ config/mkdepend/imakemdep.h 2004-05-30 11:17:01.000000000 +0900 +@@ -277,6 +277,9 @@ + # ifdef __i386__ + "-D__i386__", + # endif ++#if defined(__amd64__) || defined(__x86_64__) ++ "-D__amd64__ -D__x86_64__", ++# endif + # ifdef __GNUC__ + "-traditional", + # endif |