diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2019-06-19 12:33:13 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2019-06-19 12:33:13 +0000 |
commit | 287c266f6b27c79f02b8ceea53be07c18fdae5b1 (patch) | |
tree | 18b3842690ba960e3abad28f0c241e34847c9db3 /emulators/snes9x-gtk | |
parent | 444162b4407effd8a6dd3ba1ab08fe1db95686fb (diff) |
Notes
Diffstat (limited to 'emulators/snes9x-gtk')
-rw-r--r-- | emulators/snes9x-gtk/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/emulators/snes9x-gtk/Makefile b/emulators/snes9x-gtk/Makefile index 895b464dc70e..0303e41750d3 100644 --- a/emulators/snes9x-gtk/Makefile +++ b/emulators/snes9x-gtk/Makefile @@ -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 |