pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games/flightgear
Module Name: pkgsrc
Committed By: nia
Date: Wed Aug 9 08:49:32 UTC 2023
Modified Files:
pkgsrc/games/flightgear: Makefile
Log Message:
flightgear: Set FLITE_INCLUDE_DIR (for some reason it isn't good at
finding it on its own)
To generate a diff of this commit:
cvs rdiff -u -r1.155 -r1.156 pkgsrc/games/flightgear/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/games/flightgear/Makefile
diff -u pkgsrc/games/flightgear/Makefile:1.155 pkgsrc/games/flightgear/Makefile:1.156
--- pkgsrc/games/flightgear/Makefile:1.155 Sat Jul 22 09:33:08 2023
+++ pkgsrc/games/flightgear/Makefile Wed Aug 9 08:49:32 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.155 2023/07/22 09:33:08 nia Exp $
+# $NetBSD: Makefile,v 1.156 2023/08/09 08:49:32 nia Exp $
DISTNAME= flightgear-2020.3.11
PKGREVISION= 26
@@ -22,6 +22,8 @@ CMAKE_ARG_PATH= ..
CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=Release
CMAKE_ARGS+= -DFG_BUILD_TYPE=Release
+CMAKE_ARGS+= -DFLITE_INCLUDE_DIR=${BUILDLINK_DIR}/include/flite
+
# The cmake script warns against building in the source directory.
pre-configure:
cd ${WRKSRC} && ${MKDIR} fgbuild
Home |
Main Index |
Thread Index |
Old Index