summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2005-01-09 17:04:06 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2005-01-09 17:04:06 +0000
commitcc19227ea33bf93ed649c53ad308962fe12ca410 (patch)
treeab166b35b1a26aa5a07718048d8ac36b80cfbb71
parentAfter following repo copy (diff)
Fix build after one of the recent pthread-changes
PR: 75974 Reported by: Siegbert Baude <siegbert.baude@gmx.de>
Notes
Notes: svn path=/head/; revision=125969
-rw-r--r--german/ksteak/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/german/ksteak/Makefile b/german/ksteak/Makefile
index 97c7f9b7a243..43c7027d33f7 100644
--- a/german/ksteak/Makefile
+++ b/german/ksteak/Makefile
@@ -24,7 +24,8 @@ INSTALLS_SHLIB= yes
CONFIGURE_TARGET=
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-
GNU_CONFIGURE= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+EXTRA_PATCHES= ${PORTSDIR}/x11/kde3/files/extrapatch-old_configure
+.include <bsd.port.post.mk>