openbsd-ports/www/minimo/patches/patch-config_mkdepend_imakemdep_h
2005-07-13 04:49:56 +00:00

14 lines
426 B
Plaintext

$OpenBSD: patch-config_mkdepend_imakemdep_h,v 1.2 2005/07/13 04:49:56 jolan Exp $
--- config/mkdepend/imakemdep.h.orig Tue Apr 20 16:38:14 2004
+++ config/mkdepend/imakemdep.h Tue Jul 12 22:06:57 2005
@@ -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