openbsd-ports/security/libfwbuilder/patches/patch-autogen_sh
sthen f83dda73c2 Update fwbuilder/libfwbuilder to 4.0.1 which can cope with OpenBSD 4.7's PF.
Mostly from maintainer Vadim Zhukov with a few changes from me.
2010-07-14 08:46:35 +00:00

17 lines
465 B
Plaintext

$OpenBSD: patch-autogen_sh,v 1.1 2010/07/14 08:46:35 sthen Exp $
--- autogen.sh.orig Thu May 7 00:41:20 2009
+++ autogen.sh Tue Jul 13 22:42:51 2010
@@ -40,12 +40,9 @@ $LIBTOOLIZE --dry-run --install > /dev/null 2>&1 && {
LIBTOOLIZE_ARGS="--force --copy"
}
-echo This script runs configure ...
-
$LIBTOOLIZE $LIBTOOLIZE_ARGS
which acinclude >/dev/null 2>&1 && acinclude
which aclocal >/dev/null 2>&1 && aclocal
autoconf
-./configure ${CFGARGS} $*