diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-09-16 04:18:22 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-09-16 04:18:22 +0000 |
commit | bb7ebed9d6284e20346481e99bbb483cd62bbe9e (patch) | |
tree | 1d69c57302b5b4aa9bf6bea336149df28cbb5244 /shells | |
parent | 67669babb17c434699f6393fbea9e854a2baad2f (diff) | |
download | ports-bb7ebed9d6284e20346481e99bbb483cd62bbe9e.tar.gz ports-bb7ebed9d6284e20346481e99bbb483cd62bbe9e.zip |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash/files/patch-ab | 19 | ||||
-rw-r--r-- | shells/bash1/files/patch-ab | 19 | ||||
-rw-r--r-- | shells/bash2/files/patch-ab | 19 | ||||
-rw-r--r-- | shells/bash3/files/patch-ab | 19 |
4 files changed, 76 insertions, 0 deletions
diff --git a/shells/bash/files/patch-ab b/shells/bash/files/patch-ab new file mode 100644 index 000000000000..72bf53795746 --- /dev/null +++ b/shells/bash/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"' + diff --git a/shells/bash1/files/patch-ab b/shells/bash1/files/patch-ab new file mode 100644 index 000000000000..72bf53795746 --- /dev/null +++ b/shells/bash1/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"' + diff --git a/shells/bash2/files/patch-ab b/shells/bash2/files/patch-ab new file mode 100644 index 000000000000..72bf53795746 --- /dev/null +++ b/shells/bash2/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"' + diff --git a/shells/bash3/files/patch-ab b/shells/bash3/files/patch-ab new file mode 100644 index 000000000000..72bf53795746 --- /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"' + |