openbsd-ports/x11/kde/patches-3.5.7/patch-admin_cvs_sh
espie 1df0dd589a some tweaks in preparation of kde 3.5.7:
- the infrastructure now uses autoconf 2.60.
- don't bother to patch libtool, we have USE_LIBTOOL across the board.
- set LIBTOOL_FLAGS to ignore static libraries by default. We will no
longer bother building arts with static libs, since arts is going to
die with kde4, and nothing hardly ever uses it now (in fact, the 3.5.7
release of arts includes no new code, only infrastructure changes)
2007-05-14 14:06:43 +00:00

15 lines
442 B
Plaintext

$OpenBSD: patch-admin_cvs_sh,v 1.1 2007/05/14 14:06:43 espie Exp $
--- admin/cvs.sh.orig Mon May 14 12:55:38 2007
+++ admin/cvs.sh Mon May 14 15:34:38 2007
@@ -634,6 +634,10 @@ fi
# Call script to find autoconf and friends. Uses eval since the script outputs
# sh-compatible code.
eval `$admindir/detect-autoconf.pl`
+AUTOCONF=autoconf
+AUTOHEADER=autoheader
+AUTOM4TE=autom4te-${AUTOCONF_VERSION:-2.60}
+ACLOCAL=aclocal
###
### Main