summaryrefslogtreecommitdiff
path: root/www/firefox/patches/patch-bs
blob: e7a743f1b8d0fc999eca3db6c558e1f6aca40d89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-bs,v 1.2 2004/06/23 16:47:12 taya Exp $

diff -ru ../Orig/mozilla/config/mkdepend/imakemdep.h ./config/mkdepend/imakemdep.h
--- ../Orig/mozilla/config/mkdepend/imakemdep.h	1998-09-05 13:22:25.000000000 +0900
+++ ./config/mkdepend/imakemdep.h	2004-06-15 23:56:48.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