mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Add missing file from last commit
Noticed by: Oliver Braun
This commit is contained in:
parent
977dc4a04c
commit
592d149758
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62718
13
devel/hmake/files/patch-script::harch
Normal file
13
devel/hmake/files/patch-script::harch
Normal file
@ -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`
|
13
devel/hs-hmake/files/patch-script::harch
Normal file
13
devel/hs-hmake/files/patch-script::harch
Normal file
@ -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`
|
Loading…
Reference in New Issue
Block a user