aboutsummaryrefslogtreecommitdiff
path: root/audio/lame/Makefile
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2009-04-05 21:52:09 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2009-04-05 21:52:09 +0000
commit2e45723751d1f5e50ef3f4bd33ea791bb1b33061 (patch)
treef8c383f8ddbcb905141df0b97d3b44c6e986bf17 /audio/lame/Makefile
parentcf8759b2c9f6d04e1e54d252b56dd1bc3ad5b84e (diff)
downloadports-2e45723751d1f5e50ef3f4bd33ea791bb1b33061.tar.gz
ports-2e45723751d1f5e50ef3f4bd33ea791bb1b33061.zip
Notes
Diffstat (limited to 'audio/lame/Makefile')
-rw-r--r--audio/lame/Makefile5
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} \