mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
Add compiler:c11 to USES to fix build on GCC-based systems:
/wrkdirs/usr/ports/games/minetestmapper/work/minetestmapper-20200328/PixelAttributes.cpp:17: error: 'nullptr' was not declared in this scope Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
208929ef07
commit
989e4fddf7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=568153
@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
LIB_DEPENDS= libgd.so:graphics/gd \
|
||||
libsqlite3.so:databases/sqlite3
|
||||
|
||||
USES= cmake pkgconfig
|
||||
USES= cmake compiler:c11 pkgconfig
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= minetest
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user