diff options
author | obrien <obrien@FreeBSD.org> | 2001-03-31 18:52:28 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-03-31 18:52:28 +0800 |
commit | 2f25bb3ade31c54eab7c3d7cf26af91fd9bf8a47 (patch) | |
tree | a96a636cb6dcdf874c6420b32a45db89e7cf3a6e /lang | |
parent | 6af6f4b5bb30e32979735d58646a756c45e9176e (diff) | |
download | freebsd-ports-gnome-2f25bb3ade31c54eab7c3d7cf26af91fd9bf8a47.tar.gz freebsd-ports-gnome-2f25bb3ade31c54eab7c3d7cf26af91fd9bf8a47.tar.zst freebsd-ports-gnome-2f25bb3ade31c54eab7c3d7cf26af91fd9bf8a47.zip |
Spell __i386__ correctly. Add FreeBSD/AXP support.
Diffstat (limited to 'lang')
-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 |