aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorak <ak@FreeBSD.org>2017-07-13 05:56:58 +0800
committerak <ak@FreeBSD.org>2017-07-13 05:56:58 +0800
commit817f34e13f536bb431b9d1f799fb663b6b311495 (patch)
treed8d58d2b247eb6c0ee7d035e36f10d3cfb1d9077 /emulators
parentb90d877ce44a2aa391a020acfb407dd104c46d4d (diff)
downloadfreebsd-ports-gnome-817f34e13f536bb431b9d1f799fb663b6b311495.tar.gz
freebsd-ports-gnome-817f34e13f536bb431b9d1f799fb663b6b311495.tar.zst
freebsd-ports-gnome-817f34e13f536bb431b9d1f799fb663b6b311495.zip
- Fix build with nasm 2.13.01
PR: 220099 Submitted by: rozhuk.im
Diffstat (limited to 'emulators')
-rw-r--r--emulators/dgen-sdl/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/emulators/dgen-sdl/Makefile b/emulators/dgen-sdl/Makefile
index e809d6667589..a4c342cdd8dd 100644
--- a/emulators/dgen-sdl/Makefile
+++ b/emulators/dgen-sdl/Makefile
@@ -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>