aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-06-09 18:57:03 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-06-09 18:57:03 +0000
commit511bbe98c57f0c9d68265999788b158b8b56e478 (patch)
treee816ae1e64947660b1e8426262a7ffe54a510758 /audio
parent9cefd6fa47dd09f2d26cf7186148946001db76f8 (diff)
downloadports-511bbe98c57f0c9d68265999788b158b8b56e478.tar.gz
ports-511bbe98c57f0c9d68265999788b158b8b56e478.zip
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)
Notes
Notes: svn path=/head/; revision=82615
Diffstat (limited to 'audio')
-rw-r--r--audio/faad/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/faad/Makefile b/audio/faad/Makefile
index 753eebb6ce7c..4643e06d7e5c 100644
--- a/audio/faad/Makefile
+++ b/audio/faad/Makefile
@@ -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