Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jul 2020 17:52:03 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r542766 - head/devel/nasm
Message-ID:  <202007211752.06LHq38r045708@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007211752.06LHq38r045708>