freebsd-ports/devel/hs-hat/files/patch-script::harch
Gabor Pali 367647f480 - Resurrect deleted port as it does build now
- Update to 2.06
- Add support for AMD64
- Fix hmake dependency
- Better management of configuration options (thanks to gabor)

Approved by:	gabor
2009-02-07 02:07:50 +00:00

13 lines
334 B
Text

--- script/harch.orig Mon May 27 10:30:55 2002
+++ script/harch Mon May 27 10:31:11 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`