diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-05-22 13:17:38 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-05-22 13:17:38 +0000 |
commit | 081beb2d3875f34069e93090515a4244ba4790c5 (patch) | |
tree | f7a9a3f705ff6a19879564f16dea8fcc43168f42 /emulators/snes9x-gtk | |
parent | 7340c6df0a94d0bf665ad5e1c1b6d8c603f22b76 (diff) |
Notes
Diffstat (limited to 'emulators/snes9x-gtk')
-rw-r--r-- | emulators/snes9x-gtk/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/snes9x-gtk/Makefile b/emulators/snes9x-gtk/Makefile index b4619d5eab77..15e8c7d17c49 100644 --- a/emulators/snes9x-gtk/Makefile +++ b/emulators/snes9x-gtk/Makefile @@ -17,6 +17,8 @@ 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 |