o Fix build when GNU auto* tools are previously installed by forcing

build-depends target to happen in pre-patch stage
o Check Makefile comments for more information

PR:		52455
Submitted by:	David Yeske <dyeske@yahoo.com>
Approved by:	maintainer (timeout 2 weeks)
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2003-06-09 18:57:03 +00:00
parent 9cefd6fa47
commit 511bbe98c5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=82615

View File

@ -32,6 +32,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
INSTALLS_SHLIB= yes
pre-patch: build-depends
post-patch:
# make sure everything is prepared prior to configure stage
# pre-configure will not work since *AUTO* tools happen in-between