diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2001-03-31 10:59:25 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-03-31 10:59:25 +0000 |
commit | 8f1e3f114f6781a63f44ad2ddd17126dbffc4d7d (patch) | |
tree | 2814f9c0eaedbcb0d7f22df9e0626fdc99965c92 /lang/wamcc | |
parent | 0390c371eb6c87bbf5aac95798aea48c51367df7 (diff) |
Notes
Diffstat (limited to 'lang/wamcc')
-rw-r--r-- | lang/wamcc/files/patch-af | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/wamcc/files/patch-af b/lang/wamcc/files/patch-af index 4702250322bf..232358f3b4f1 100644 --- a/lang/wamcc/files/patch-af +++ b/lang/wamcc/files/patch-af @@ -1,15 +1,15 @@ ---- src/machine.h.orig Mon Oct 23 10:59:26 1995 -+++ src/machine.h Tue Sep 14 04:13:45 1999 +--- src/machine.h.orig Mon Oct 23 03:59:26 1995 ++++ src/machine.h Sat Mar 31 02:57:59 2001 @@ -33,6 +33,16 @@ # define M_MACHINE "dec_alpha" # define M_dec_alpha -+# elif defined(__FreeBSD__) && defined(i386) ++# elif defined(__FreeBSD__) && defined(__i386__) + + #define M_MACHINE "i386_freebsd" + #define M_i386_freebsd + -+# elif defined(__FreeBSD__) && defined(alpha) ++# elif defined(__FreeBSD__) && defined(__alpha__) + + #define M_MACHINE "alpha_freebsd" + #define M_alpha_freebsd |