svn commit: r542766 - head/devel/nasm

Piotr Kubaj pkubaj at FreeBSD.org
Tue Jul 21 17:52:03 UTC 2020


Author: pkubaj
Date: Tue Jul 21 17:52:02 2020
New Revision: 542766
URL: https://svnweb.freebsd.org/changeset/ports/542766

Log:
  devel/nasm: fix build on GCC architectures
  
  Use newer GCC:
  asm/nasm.c:1730: error: #pragma GCC diagnostic not allowed inside functions

Modified:
  head/devel/nasm/Makefile

Modified: head/devel/nasm/Makefile
==============================================================================
--- head/devel/nasm/Makefile	Tue Jul 21 17:33:03 2020	(r542765)
+++ head/devel/nasm/Makefile	Tue Jul 21 17:52:02 2020	(r542766)
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	ac_cv_func_strspn=yes
-USES=		tar:xz gmake
+USES=		compiler:c11 tar:xz gmake
 MAKE_ARGS+=	INSTALLROOT=${STAGEDIR}
 INSTALL_TARGET=	install #needed for RDOFF_INSTALL_TARGET
 


More information about the svn-ports-all mailing list