From 5931bfc5b0847e2b7d0a6b4f7ad77ff2e9f7675e Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Sun, 4 Nov 2018 13:40:09 +0000 Subject: [PATCH] Mark BROKEN: fails to build In file included from firmware.cpp:22: ./path.h:378:33: error: cannot initialize an array element of type 'char' with an rvalue of type 'nullptr_t' char format[] = { '%', *p, NULL }; ^~~~ Reported by: pkg-fallout --- emulators/desmume/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/emulators/desmume/Makefile b/emulators/desmume/Makefile index ee55a4faae02..6d9992ee45b0 100644 --- a/emulators/desmume/Makefile +++ b/emulators/desmume/Makefile @@ -12,6 +12,8 @@ COMMENT= Nintendo DS emulator LICENSE= GPLv2 +BROKEN= fails to build + LIB_DEPENDS= libgtkglext-x11-1.0.so:x11-toolkits/gtkglext \ libSoundTouch.so:audio/soundtouch