From 592d14975842c596646000201c8bbafe80a513a9 Mon Sep 17 00:00:00 2001 From: "David W. Chapman Jr." Date: Tue, 9 Jul 2002 18:53:18 +0000 Subject: Add missing file from last commit Noticed by: Oliver Braun --- devel/hmake/files/patch-script::harch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 devel/hmake/files/patch-script::harch (limited to 'devel/hmake/files/patch-script::harch') diff --git a/devel/hmake/files/patch-script::harch b/devel/hmake/files/patch-script::harch new file mode 100644 index 000000000000..df33c71c6959 --- /dev/null +++ b/devel/hmake/files/patch-script::harch @@ -0,0 +1,13 @@ +--- 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` -- cgit v1.2.3