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
This commit is contained in:
Antoine Brodin 2018-11-04 13:40:09 +00:00
parent 013981fd69
commit 5931bfc5b0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=484037

View File

@ -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