summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2019-03-15 13:59:05 +0000
committernia <nia@pkgsrc.org>2019-03-15 13:59:05 +0000
commitf3102a43a79c780fa802ac9f1bb6d7174b9e145b (patch)
treeb0425d3e9613300d1c25c6f018d4d58c3058d888 /games
parente062c11bb2fc3b15f492ac45c48c685f1f47734e (diff)
downloadpkgsrc-f3102a43a79c780fa802ac9f1bb6d7174b9e145b.tar.gz
simgear: Use the 'release' build type. Seems to improve loading times.
Diffstat (limited to 'games')
-rw-r--r--games/simgear/Makefile5
-rw-r--r--games/simgear/PLIST8
2 files changed, 8 insertions, 5 deletions
diff --git a/games/simgear/Makefile b/games/simgear/Makefile
index b550373a588..b60cc275b60 100644
--- a/games/simgear/Makefile
+++ b/games/simgear/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.84 2019/03/14 18:13:18 nia Exp $
+# $NetBSD: Makefile,v 1.85 2019/03/15 13:59:05 nia Exp $
DISTNAME= simgear-2018.3.2
+PKGREVISION= 1
CATEGORIES= games devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=flightgear/release-2018.3/}
EXTRACT_SUFX= .tar.bz2
@@ -18,6 +19,8 @@ CONFIGURE_DIRS= sgbuild
BUILD_DIRS= sgbuild
CMAKE_ARG_PATH= ..
+CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=Release
+
LDFLAGS.SunOS+= -lsocket -lnsl
# The cmake script warns against building in the source directory.
diff --git a/games/simgear/PLIST b/games/simgear/PLIST
index 95d41c82b84..a258133b898 100644
--- a/games/simgear/PLIST
+++ b/games/simgear/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2019/03/14 18:13:18 nia Exp $
+@comment $NetBSD: PLIST,v 1.8 2019/03/15 13:59:05 nia Exp $
include/simgear/bucket/newbucket.hxx
include/simgear/bvh/BVHBoundingBoxVisitor.hxx
include/simgear/bvh/BVHGroup.hxx
@@ -335,7 +335,7 @@ include/simgear/version.h
include/simgear/xml/easyxml.hxx
lib/cmake/SimGear/SimGearConfig.cmake
lib/cmake/SimGear/SimGearConfigVersion.cmake
-lib/cmake/SimGear/SimGearTargets-debug.cmake
+lib/cmake/SimGear/SimGearTargets-release.cmake
lib/cmake/SimGear/SimGearTargets.cmake
-lib/libSimGearCored.a
-lib/libSimGearScened.a
+lib/libSimGearCore.a
+lib/libSimGearScene.a