diff options
author | danfe <danfe@FreeBSD.org> | 2009-04-06 05:52:09 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2009-04-06 05:52:09 +0800 |
commit | e2742d7a9f9d638b896b4ab8c8fd9cb8cdd59c9e (patch) | |
tree | fe8263030ae3c133ea4f456059d73dc9062f6e20 /audio/lame | |
parent | 6aaf1b66029640cd501354e5d6a3933e409bb60f (diff) | |
download | freebsd-ports-gnome-e2742d7a9f9d638b896b4ab8c8fd9cb8cdd59c9e.tar.gz freebsd-ports-gnome-e2742d7a9f9d638b896b4ab8c8fd9cb8cdd59c9e.tar.zst freebsd-ports-gnome-e2742d7a9f9d638b896b4ab8c8fd9cb8cdd59c9e.zip |
Fix parallel builds.
Reported by: makc
Approved by: netchild (maintainer)
Diffstat (limited to 'audio/lame')
-rw-r--r-- | audio/lame/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/audio/lame/Makefile b/audio/lame/Makefile index 64e45676cc62..6d974e060b31 100644 --- a/audio/lame/Makefile +++ b/audio/lame/Makefile @@ -36,6 +36,11 @@ DOC_FILES= API LICENSE README TODO USAGE BUILD_DEPENDS+= nasm:${PORTSDIR}/devel/nasm .endif +post-patch: +# Fix parallel builds + @${REINPLACE_CMD} -e 's,test -d \.libs || mkdir,mkdir -p,' \ + ${WRKSRC}/libmp3lame/i386/Makefile.in + .if defined(NOPORTDOCS) do-install: @cd ${INSTALL_WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} \ |