diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-02-18 23:44:49 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-02-18 23:44:49 +0000 |
commit | 11ea174ccbc9cebd4134768e8fb92c6a3dc2c559 (patch) | |
tree | 1514ed7a486e108239615c1d83319d83bacdbc3d /shells/bash1/files/patch-support-mksysdefs | |
parent | Update dependency to bash2 in preparation for removing bash1. (diff) |
As previously announced, remove ports that have reached their expiry date,
and the handful of ports that depended on them.
Diffstat (limited to 'shells/bash1/files/patch-support-mksysdefs')
-rw-r--r-- | shells/bash1/files/patch-support-mksysdefs | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/shells/bash1/files/patch-support-mksysdefs b/shells/bash1/files/patch-support-mksysdefs deleted file mode 100644 index d13401281170..000000000000 --- a/shells/bash1/files/patch-support-mksysdefs +++ /dev/null @@ -1,14 +0,0 @@ ---- support/mksysdefs.orig Fri Aug 29 11:26:47 2003 -+++ support/mksysdefs Fri Aug 29 11:27:59 2003 -@@ -415,7 +415,10 @@ - echo "#endif /* HAVE_STRING_H */" >>$sysdefs - fi - --file=varargs.h -+# varargs.h and it's var args support is deprecated in GCC 3.3, -+# and has been obsolete for a while. Assume VARARGS means -+# STDARG elsewhere in the code. -+file=stdarg.h - eval $findf - if [ -n "$found" ]; then - echo "" >>$sysdefs |