diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2001-03-31 10:52:28 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-03-31 10:52:28 +0000 |
commit | 0390c371eb6c87bbf5aac95798aea48c51367df7 (patch) | |
tree | b389afe7c38e7e69711a81f582228d265308a2a7 /lang/t3x | |
parent | 2b6460753a3b51f8db0f410da16d1b56629589f6 (diff) | |
download | ports-0390c371eb6c87bbf5aac95798aea48c51367df7.tar.gz ports-0390c371eb6c87bbf5aac95798aea48c51367df7.zip |
Spell __i386__ correctly. Add FreeBSD/AXP support.
Notes
Notes:
svn path=/head/; revision=40645
Diffstat (limited to 'lang/t3x')
-rw-r--r-- | lang/t3x/files/patch-txx.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lang/t3x/files/patch-txx.h b/lang/t3x/files/patch-txx.h new file mode 100644 index 000000000000..edae28c5627f --- /dev/null +++ b/lang/t3x/files/patch-txx.h @@ -0,0 +1,16 @@ +--- compiler/txx.h.orig Thu Dec 21 12:01:13 2000 ++++ compiler/txx.h Sat Mar 31 02:50:51 2001 +@@ -17,8 +17,12 @@ + #define ulong unsigned long + + #ifdef __FreeBSD__ +- #ifdef i386 ++ #ifdef __i386__ + #define HOST32 ++ #define NL_IS_LF ++ #endif ++ #ifdef __alpha__ ++ #define HOST64 + #define NL_IS_LF + #endif + #endif |