1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- Fix build with nasm 2.13.01

PR:	220099
Submitted by:	rozhuk.im
This commit is contained in:
Alex Kozlov 2017-07-12 21:56:58 +00:00
parent d2092d649c
commit 19901fb6e9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=445611

View File

@ -29,4 +29,10 @@ BUILD_DEPENDS+= nasm:devel/nasm
CONFIGURE_ARGS+= --disable-asm
.endif
post-patch:
@${REINPLACE_CMD} -e '/@NASM@/s/--//' \
${WRKSRC}/Makefile.in \
${WRKSRC}/mz80/Makefile.in \
${WRKSRC}/star/Makefile.in
.include <bsd.port.post.mk>