14 lines
451 B
Plaintext
14 lines
451 B
Plaintext
$OpenBSD: patch-config_mkdepend_imakemdep_h,v 1.1 2004/03/02 08:34:11 pvalchev Exp $
|
|
--- config/mkdepend/imakemdep.h.orig 1998-09-04 22:22:25.000000000 -0600
|
|
+++ config/mkdepend/imakemdep.h 2004-03-01 18:06:47.000000000 -0700
|
|
@@ -277,6 +277,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
|