games/freeminer: unbreak after r540853

In file included from src/script/common/c_content.cpp:39:
In file included from /usr/local/include/json/json.h:10:
[...]
/usr/local/include/json/value.h:107:6: error: redefinition of 'ValueType'
enum ValueType {
     ^
src/json/json.h:398:9: note: previous definition is here
   enum ValueType
        ^

Reported by:	pkg-fallout
This commit is contained in:
Jan Beich 2020-07-05 19:28:48 +00:00
parent 17728457b2
commit 9cb34f1bdb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=541297

View File

@ -20,7 +20,7 @@ LIB_DEPENDS= libsqlite3.so:databases/sqlite3
USE_GITHUB= yes
USES= compiler:c++11-lib cmake
USES= compiler:c++11-lib cmake localbase:ldflags
CMAKE_ARGS= -DCUSTOM_MANDIR="${PREFIX}/man" \
-DCUSTOM_EXAMPLE_CONF_DIR="${PREFIX}/etc" \
-DRUN_IN_PLACE=0