diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2009-04-05 21:52:09 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2009-04-05 21:52:09 +0000 |
commit | 2e45723751d1f5e50ef3f4bd33ea791bb1b33061 (patch) | |
tree | f8c383f8ddbcb905141df0b97d3b44c6e986bf17 /audio/lame | |
parent | cf8759b2c9f6d04e1e54d252b56dd1bc3ad5b84e (diff) |
Notes
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} \ |