svn commit: r543639 - branches/2020Q3/devel/nasm

Piotr Kubaj pkubaj at FreeBSD.org
Wed Jul 29 00:02:40 UTC 2020


Author: pkubaj
Date: Wed Jul 29 00:02:40 2020
New Revision: 543639
URL: https://svnweb.freebsd.org/changeset/ports/543639

Log:
  MFH: r542766
  
  devel/nasm: fix build on GCC architectures
  
  Use newer GCC:
  asm/nasm.c:1730: error: #pragma GCC diagnostic not allowed inside functions
  
  Approved by:	portmgr (fix build blanket)

Modified:
  branches/2020Q3/devel/nasm/Makefile
Directory Properties:
  branches/2020Q3/   (props changed)

Modified: branches/2020Q3/devel/nasm/Makefile
==============================================================================
--- branches/2020Q3/devel/nasm/Makefile	Tue Jul 28 23:59:43 2020	(r543638)
+++ branches/2020Q3/devel/nasm/Makefile	Wed Jul 29 00:02:40 2020	(r543639)
@@ -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