diff options
Diffstat (limited to 'lang/pnet/files/patch-libgc::configure')
-rw-r--r-- | lang/pnet/files/patch-libgc::configure | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/lang/pnet/files/patch-libgc::configure b/lang/pnet/files/patch-libgc::configure new file mode 100644 index 000000000000..62fa1540042e --- /dev/null +++ b/lang/pnet/files/patch-libgc::configure @@ -0,0 +1,19 @@ +--- libgc/configure.orig Sun Dec 30 23:15:13 2001 ++++ libgc/configure Sun Dec 30 23:21:19 2001 +@@ -410,16 +410,6 @@ + -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; } + ;; + +- *) +- if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then +- echo "configure: warning: $ac_option: invalid host type" 1>&2 +- fi +- if test "x$nonopt" != xNONE; then +- { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } +- fi +- nonopt="$ac_option" +- ;; +- + esac + done + |