svn commit: r500927 - head/emulators/advancemame

Piotr Kubaj pkubaj at FreeBSD.org
Mon May 6 20:06:31 UTC 2019


Author: pkubaj
Date: Mon May  6 20:06:30 2019
New Revision: 500927
URL: https://svnweb.freebsd.org/changeset/ports/500927

Log:
  emulators/advancemame: fix build with GCC-based architectures
  
  Add USES=compiler:c11 to fix build.
  
  Approved by:	mentors (implicit approval)

Modified:
  head/emulators/advancemame/Makefile

Modified: head/emulators/advancemame/Makefile
==============================================================================
--- head/emulators/advancemame/Makefile	Mon May  6 19:32:47 2019	(r500926)
+++ head/emulators/advancemame/Makefile	Mon May  6 20:06:30 2019	(r500927)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libexpat.so:textproc/expat2
 
-USES=		gmake ncurses
+USES=		compiler:c11 gmake ncurses
 USE_SDL=	sdl
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-svgalib --disable-fb --disable-alsa --enable-oss \


More information about the svn-ports-all mailing list