Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 May 2019 20:06:30 +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: r500927 - head/emulators/advancemame
Message-ID:  <201905062006.x46K6UZ1030778@repo.freebsd.org>

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



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