summaryrefslogtreecommitdiffstats
path: root/shells
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-06-22 17:28:03 +0000
committersteve <steve@FreeBSD.org>1999-06-22 17:28:03 +0000
commit21dac49026c9b9a5afa8e65f37c2f6b442835a4d (patch)
tree02e2b3b7ab2893a02d4f4003f6eaf3477bdcecc6 /shells
parent42ea4e462c1e363b5b1df2463ed97e9efae00d48 (diff)
downloadFreeBSD-ports-21dac49026c9b9a5afa8e65f37c2f6b442835a4d.zip
FreeBSD-ports-21dac49026c9b9a5afa8e65f37c2f6b442835a4d.tar.gz
Correct identity string on the alpha.
Noticed by: Jeff Wheat <jeff@cetlink.net>
Diffstat (limited to 'shells')
-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 0000000..c6ea622
--- /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 :
+
+
OpenPOWER on IntegriCloud