diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-06-09 18:57:03 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-06-09 18:57:03 +0000 |
commit | 511bbe98c57f0c9d68265999788b158b8b56e478 (patch) | |
tree | e816ae1e64947660b1e8426262a7ffe54a510758 /audio/faad | |
parent | Remove ghc's package.conf.old. (diff) |
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/faad')
-rw-r--r-- | audio/faad/Makefile | 2 |
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 |