diff options
author | antoine <antoine@FreeBSD.org> | 2018-11-04 22:48:33 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-11-04 22:48:33 +0800 |
commit | a7336c20bb95b3365620db9823cfb8e93d19a8fd (patch) | |
tree | 157b2395bf76b33fa35e872f84dc83fb822ff4cf /emulators/vba | |
parent | 36f8d46c20abe2ffe096709123e505795c7090f1 (diff) | |
download | freebsd-ports-gnome-a7336c20bb95b3365620db9823cfb8e93d19a8fd.tar.gz freebsd-ports-gnome-a7336c20bb95b3365620db9823cfb8e93d19a8fd.tar.zst freebsd-ports-gnome-a7336c20bb95b3365620db9823cfb8e93d19a8fd.zip |
Mark BROKEN: fails to build
../Cheats.cpp:1347:5: error: non-constant-expression cannot be narrowed from type 'unsigned int' to 'u8' (aka 'unsigned char') in initializer list [-Wc++11-narrowing]
address & 255,
^~~~~~~~~~~~~
Reported by: pkg-fallout
Diffstat (limited to 'emulators/vba')
-rw-r--r-- | emulators/vba/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/vba/Makefile b/emulators/vba/Makefile index a3c1ae14f456..1987008035a2 100644 --- a/emulators/vba/Makefile +++ b/emulators/vba/Makefile @@ -13,6 +13,8 @@ COMMENT= Open source Gameboy Advance emulator LICENSE= GPLv2 +BROKEN= fails to build + BUILD_DEPENDS= nasm:devel/nasm LIB_DEPENDS= libpng.so:graphics/png |