diff options
Diffstat (limited to 'devel/msrc0/files/patch-makeme')
-rw-r--r-- | devel/msrc0/files/patch-makeme | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/msrc0/files/patch-makeme b/devel/msrc0/files/patch-makeme new file mode 100644 index 000000000000..4148ecf40d5f --- /dev/null +++ b/devel/msrc0/files/patch-makeme @@ -0,0 +1,13 @@ +--- makeme.orig Tue Nov 9 23:26:11 1999 ++++ makeme Tue Nov 9 23:27:44 1999 +@@ -1,4 +1,10 @@ + #!/bin/sh ++ ++# Hardcode HOSTTYPE because the bash shell uses it, too. ++ ++HOSTTYPE=FREEBSD ++export HOSTTYPE ++ + # This hack won't work for every trick you can play with /usr/msrc. + # If the Distfile sends different files to the various platforms, or + # builds a file on the meta source machine with a special tool or |