svn commit: r445611 - head/emulators/dgen-sdl

Alex Kozlov ak at FreeBSD.org
Wed Jul 12 21:56:59 UTC 2017


Author: ak
Date: Wed Jul 12 21:56:58 2017
New Revision: 445611
URL: https://svnweb.freebsd.org/changeset/ports/445611

Log:
  - Fix build with nasm 2.13.01
  
  PR:	220099
  Submitted by:	rozhuk.im

Modified:
  head/emulators/dgen-sdl/Makefile

Modified: head/emulators/dgen-sdl/Makefile
==============================================================================
--- head/emulators/dgen-sdl/Makefile	Wed Jul 12 21:09:41 2017	(r445610)
+++ head/emulators/dgen-sdl/Makefile	Wed Jul 12 21:56:58 2017	(r445611)
@@ -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>


More information about the svn-ports-all mailing list