summaryrefslogtreecommitdiff
path: root/data/tcsh/host.defs.patch
diff options
context:
space:
mode:
Diffstat (limited to 'data/tcsh/host.defs.patch')
-rw-r--r--data/tcsh/host.defs.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/data/tcsh/host.defs.patch b/data/tcsh/host.defs.patch
new file mode 100644
index 000000000..22ea7eb40
--- /dev/null
+++ b/data/tcsh/host.defs.patch
@@ -0,0 +1,14 @@
+--- ./host.defs 2014-09-03 12:16:39.000000000 -0700
++++ ./host.defs 2014-09-03 12:15:58.000000000 -0700
+@@ -822,9 +822,10 @@ enddef :
+ newdef : defined(__APPLE__) && defined(__MACH__)
+ comment : OS X
+ vendor : : "apple"
+-hosttype: defined(i386) : "intel-pc"
++hosttype: defined(i386) : "intel-mac"
+ hosttype: defined(ppc) : "powermac"
+ ostype : : "darwin"
++machtype: defined(__x86_64__) : "x86_64"
+ machtype: defined(i386) : "i386"
+ machtype: defined(ppc) : "powerpc"
+ enddef :