aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-hat/files/patch-script::harch
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-05-08 16:57:56 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-05-08 16:57:56 +0000
commitb153a01beca47bbf1ba2cfa7e3201ae1a16f2416 (patch)
tree6e2433247043a4b5755a5037e690406ace028acb /devel/hs-hat/files/patch-script::harch
parent6788ef5a6c4807f909ac3931e3581b198c9535de (diff)
downloadports-b153a01beca47bbf1ba2cfa7e3201ae1a16f2416.tar.gz
ports-b153a01beca47bbf1ba2cfa7e3201ae1a16f2416.zip
Notes
Diffstat (limited to 'devel/hs-hat/files/patch-script::harch')
-rw-r--r--devel/hs-hat/files/patch-script::harch13
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/hs-hat/files/patch-script::harch b/devel/hs-hat/files/patch-script::harch
new file mode 100644
index 000000000000..b9da4628cebd
--- /dev/null
+++ b/devel/hs-hat/files/patch-script::harch
@@ -0,0 +1,13 @@
+--- script/harch.orig Tue Mar 19 13:20:39 2002
++++ script/harch Tue Mar 19 13:22:26 2002
+@@ -13,8 +13,8 @@
+
+ if uname >/dev/null 2>&1
+ then
+- if uname -p >/dev/null 2>&1
+- then PROCESSOR=`uname -p`
++ if uname -m >/dev/null 2>&1
++ then PROCESSOR=`uname -m`
+ case "$PROCESSOR" in
+ unknown|*\ *)
+ PROCESSOR=`uname -m`