diff options
author | jkh <jkh@FreeBSD.org> | 1994-09-16 04:18:22 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-09-16 04:18:22 +0000 |
commit | 4e8499e4afa5836522ac4ecdfbc8d7fe96459d06 (patch) | |
tree | 445473726a40e1ac6d0d507c8fcec6689778e972 /shells/bash3 | |
parent | d9bee7a88c01d2fcc2c8cc46432146a346d91560 (diff) | |
download | FreeBSD-ports-4e8499e4afa5836522ac4ecdfbc8d7fe96459d06.zip FreeBSD-ports-4e8499e4afa5836522ac4ecdfbc8d7fe96459d06.tar.gz |
Set HOSTTYPE_DECL correctly.
Reviewed by: jkh
Submitted by: wollman
Diffstat (limited to 'shells/bash3')
-rw-r--r-- | shells/bash3/files/patch-ab | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/shells/bash3/files/patch-ab b/shells/bash3/files/patch-ab new file mode 100644 index 0000000..72bf537 --- /dev/null +++ b/shells/bash3/files/patch-ab @@ -0,0 +1,19 @@ +*** cpp-Makefile.orig Thu Sep 15 21:14:19 1994 +--- cpp-Makefile Thu Sep 15 21:14:45 1994 +*************** +*** 383,389 **** + Program = bash + + /**/# The type of machine and OS Bash is being compiled on. +! HOSTTYPE_DECL = -DHOSTTYPE='$(SYSTEM_NAME)' -DOSTYPE='$(OS_NAME)' + + MAINTAIN_DEFINE = -DMAINTAINER='"bug-bash@prep.ai.mit.edu"' + +--- 383,389 ---- + Program = bash + + /**/# The type of machine and OS Bash is being compiled on. +! HOSTTYPE_DECL = -DHOSTTYPE='"$(SYSTEM_NAME)"' -DOSTYPE='"$(OS_NAME)"' + + MAINTAIN_DEFINE = -DMAINTAINER='"bug-bash@prep.ai.mit.edu"' + |