Fix build after one of the recent pthread-changes

PR:		75974
Reported by:	Siegbert Baude <siegbert.baude@gmx.de>
This commit is contained in:
Tilman Keskinoz 2005-01-09 17:04:06 +00:00
parent 37bb9562a6
commit cc19227ea3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125969

View File

@ -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>