svn commit: r504543 - head/emulators/snes9x-gtk

Mark Linimon linimon at FreeBSD.org
Wed Jun 19 12:33:14 UTC 2019


Author: linimon
Date: Wed Jun 19 12:33:13 2019
New Revision: 504543
URL: https://svnweb.freebsd.org/changeset/ports/504543

Log:
  Add compiler:c11 to USES to unbreak build on powerpc64:
  
    C compiler cannot create executables
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/emulators/snes9x-gtk/Makefile

Modified: head/emulators/snes9x-gtk/Makefile
==============================================================================
--- head/emulators/snes9x-gtk/Makefile	Wed Jun 19 12:30:46 2019	(r504542)
+++ head/emulators/snes9x-gtk/Makefile	Wed Jun 19 12:33:13 2019	(r504543)
@@ -17,12 +17,10 @@ LICENSE_PERMS=	dist-mirror pkg-mirror auto-accept
 
 LIB_DEPENDS=	libpng.so:graphics/png
 
-BROKEN_powerpc64=	fails to configure: C compiler cannot create executables
-
 USE_GITHUB=	yes
 GH_ACCOUNT=	snes9xgit
 
-USES=		autoreconf desktop-file-utils gettext gmake \
+USES=		autoreconf compiler:c11 desktop-file-utils gettext gmake \
 		localbase perl5 pkgconfig tar:bzip2
 USE_GNOME=	cairo gdkpixbuf2 gtk20 intltool libxml2
 USE_SDL=	sdl2


More information about the svn-ports-all mailing list