From 19901fb6e99db0e8f9140eed78b3af4082f55f63 Mon Sep 17 00:00:00 2001 From: Alex Kozlov Date: Wed, 12 Jul 2017 21:56:58 +0000 Subject: [PATCH] - Fix build with nasm 2.13.01 PR: 220099 Submitted by: rozhuk.im --- emulators/dgen-sdl/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) 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