Date: Wed, 19 Jun 2019 12:33:13 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r504543 - head/emulators/snes9x-gtk Message-ID: <201906191233.x5JCXD8a094857@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906191233.x5JCXD8a094857>