aboutsummaryrefslogtreecommitdiffstats
path: root/shells/tcsh
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-06-23 01:28:03 +0800
committersteve <steve@FreeBSD.org>1999-06-23 01:28:03 +0800
commit21dac49026c9b9a5afa8e65f37c2f6b442835a4d (patch)
tree02e2b3b7ab2893a02d4f4003f6eaf3477bdcecc6 /shells/tcsh
parent42ea4e462c1e363b5b1df2463ed97e9efae00d48 (diff)
downloadfreebsd-ports-graphics-21dac49026c9b9a5afa8e65f37c2f6b442835a4d.tar.gz
freebsd-ports-graphics-21dac49026c9b9a5afa8e65f37c2f6b442835a4d.tar.zst
freebsd-ports-graphics-21dac49026c9b9a5afa8e65f37c2f6b442835a4d.zip
Correct identity string on the alpha.
Noticed by: Jeff Wheat <jeff@cetlink.net>
Diffstat (limited to 'shells/tcsh')
-rw-r--r--shells/tcsh/files/patch-ad16
1 files changed, 16 insertions, 0 deletions
diff --git a/shells/tcsh/files/patch-ad b/shells/tcsh/files/patch-ad
new file mode 100644
index 00000000000..c6ea6223a72
--- /dev/null
+++ b/shells/tcsh/files/patch-ad
@@ -0,0 +1,16 @@
+--- host.defs.orig Mon Jun 21 20:11:51 1999
++++ host.defs Mon Jun 21 20:14:16 1999
+@@ -494,10 +494,12 @@
+
+ newdef : defined(__FreeBSD__)
+ comment : FreeBSD
++vendor : defined(__alpha) : "digital"
+ vendor : defined(M_intel) : "intel"
+ hosttype: : "FreeBSD"
+ ostype : : "FreeBSD"
+-machtype: : "i386"
++machtype: defined(__alpha) : "alpha"
++machtype: defined(M_i386) : "i386"
+ enddef :
+
+