diff options
author | lioux <lioux@FreeBSD.org> | 2003-06-10 02:57:03 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2003-06-10 02:57:03 +0800 |
commit | e800bd8496f55f828d34f17cbbe858383bdb58d6 (patch) | |
tree | 1f070383b0e0b9f1036c495efa12ed9ba33babc4 /audio | |
parent | 9e0c4824c2fc71f9ccfc5226489560e78e2764d3 (diff) | |
download | freebsd-ports-gnome-e800bd8496f55f828d34f17cbbe858383bdb58d6.tar.gz freebsd-ports-gnome-e800bd8496f55f828d34f17cbbe858383bdb58d6.tar.zst freebsd-ports-gnome-e800bd8496f55f828d34f17cbbe858383bdb58d6.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)
Diffstat (limited to 'audio')
-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 |