openbsd-ports/mail/mozilla-thunderbird/patches/patch-config_mkdepend_imakemdep_h
2006-01-23 12:34:06 +00:00

14 lines
429 B
Plaintext

$OpenBSD: patch-config_mkdepend_imakemdep_h,v 1.2 2006/01/23 12:34:06 wilfried Exp $
--- config/mkdepend/imakemdep.h.orig Tue Apr 20 23:38:14 2004
+++ config/mkdepend/imakemdep.h Sat Sep 10 09:08:27 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