mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
games/xconq: Fix build with Clang 6
./../bitmaps/lookglass.b:6:4: error: constant expression evaluates to 248 which cannot be narrowed to type 'char' [-Wc++11-narrowing] 0xf8, 0x00, 0x04, 0x01, 0x02, 0x02, 0x01, 0x04, 0x01, 0x04, 0x01, 0x04, ^~~~ http://beefy12.nyi.freebsd.org/data/head-amd64-default/p475478_s336801/logs/errors/xconq-7.5.0.0.p.0.20050612_1.log
This commit is contained in:
parent
67aaff627b
commit
cdc08c7a12
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=475869
@ -20,6 +20,8 @@ GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-alternate-scoresdir=${SCOREDIR} \
|
||||
--enable-alternate-gameuser=root \
|
||||
--enable-alternate-gamegroup=games
|
||||
CXXFLAGS+= ${CXXFLAGS_${CHOSEN_COMPILER_TYPE}}
|
||||
CXXFLAGS_clang= -Wno-c++11-narrowing
|
||||
MAKE_ARGS= GAMEPERM=755 DIRPERM=775 FILEPERM=664
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user