Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1DED484EF8 for ; Wed, 9 Aug 2023 08:49:33 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id zsEp__Ji54B9 for ; Wed, 9 Aug 2023 08:49:32 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 6AA1D84CE8 for ; Wed, 9 Aug 2023 08:49:32 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 59687FBDB; Wed, 9 Aug 2023 08:49:32 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169157097278010" MIME-Version: 1.0 Date: Wed, 9 Aug 2023 08:49:32 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/games/flightgear To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20230809084932.59687FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169157097278010 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_169157097278010 Content-Disposition: inline Content-Length: 767 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_169157097278010--