mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
games/flightgear: disable the ninja generator
- with ninja 1.9 duplicate targets are errors [1]
- disable ninja until the issue [2] is fixed upstream.
[1] 42eefc854b
[2] https://sourceforge.net/p/flightgear/codetickets/2118/
PR: 235507
This commit is contained in:
parent
4f0e6046ce
commit
4128b9bc87
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=495201
@ -27,7 +27,8 @@ RUN_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:x11-toolkits/plib \
|
||||
${LOCALBASE}/lib/libSimGearCore.a:devel/simgear \
|
||||
${LOCALBASE}/share/flightgear/version:games/flightgear-data
|
||||
|
||||
USES= alias cmake compiler cpe dos2unix gl jpeg openal:al,alut \
|
||||
# Disable ninja, see https://sourceforge.net/p/flightgear/codetickets/2118/
|
||||
USES= alias cmake:noninja compiler cpe dos2unix gl jpeg openal:al,alut \
|
||||
sqlite tar:bzip2
|
||||
USE_XORG= ice sm x11 xext xft xi xinerama xmu xt
|
||||
USE_GL= gl glew glu glut
|
||||
|
Loading…
Reference in New Issue
Block a user