openbsd-ports/audio/tremor/patches/patch-autogen_sh
jasper cd3e35d1f0 - fix a typo in the configure script that would break -Wl,--version-script
- also fix CFLAGS so it's not inserting -O2 unconditionally

from brad
2011-08-17 12:38:35 +00:00

21 lines
640 B
Plaintext

$OpenBSD: patch-autogen_sh,v 1.1 2011/08/17 12:38:35 jasper Exp $
--- autogen.sh.orig Sat Jul 30 20:24:00 2011
+++ autogen.sh Sat Jul 30 20:24:38 2011
@@ -98,11 +98,6 @@ if test "$DIE" -eq 1; then
exit 1
fi
-if test -z "$*"; then
- echo "I am going to run ./configure with no arguments - if you wish "
- echo "to pass any to it, please specify them on the $0 command line."
-fi
-
echo "Generating configuration files for $package, please wait...."
echo " $ACLOCAL $ACLOCAL_FLAGS"
@@ -117,4 +112,3 @@ echo " autoconf"
autoconf || exit 1
cd $olddir
-$srcdir/configure --enable-maintainer-mode "$@" && echo