summaryrefslogtreecommitdiff
path: root/time/sunbird/patches/patch-bs
blob: 6250c2787f0ca6c5a599254ecf7808f1b4ee89db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-bs,v 1.1.1.1 2006/02/05 21:56:26 ghen Exp $

--- config/mkdepend/imakemdep.h.orig	2006-02-02 16:57:57.000000000 +0100
+++ config/mkdepend/imakemdep.h
@@ -440,6 +440,9 @@ char *cpp_argv[ARGUMENTS] = {
 # ifdef __i386__
 	"-D__i386__",
 # endif
+#if defined(__amd64__) || defined(__x86_64__)
+	"-D__amd64__ -D__x86_64__",
+# endif
 # ifdef __GNUC__
 	"-traditional",
 # endif