1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

Mark BROKEN: fails to build

In file included from src/porting.cpp:33:
In file included from src/config.h:10:
src/cmake_config.h:17:26: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
#define BUILD_INFO "VER="VERSION_STRING" RUN_IN_PLACE=0 USE_GETTEXT=1 INSTALL_PREFIX=/usr/local BUILD_TYPE="BUILD_TYPE
                         ^

Reported by:	pkg-fallout
This commit is contained in:
Antoine Brodin 2018-11-04 16:09:54 +00:00
parent d3034b2b48
commit 47d3137e8d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=484104

View File

@ -12,6 +12,8 @@ COMMENT?= Fun-Focused voxel world game
LICENSE= GPLv3+
BROKEN= fails to build
LIB_DEPENDS= libIrrlicht.so:x11-toolkits/irrlicht \
libfreetype.so:print/freetype2