diff options
author | nia <nia@pkgsrc.org> | 2019-03-15 13:59:05 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2019-03-15 13:59:05 +0000 |
commit | f3102a43a79c780fa802ac9f1bb6d7174b9e145b (patch) | |
tree | b0425d3e9613300d1c25c6f018d4d58c3058d888 /games/simgear/Makefile | |
parent | e062c11bb2fc3b15f492ac45c48c685f1f47734e (diff) | |
download | pkgsrc-f3102a43a79c780fa802ac9f1bb6d7174b9e145b.tar.gz |
simgear: Use the 'release' build type. Seems to improve loading times.
Diffstat (limited to 'games/simgear/Makefile')
-rw-r--r-- | games/simgear/Makefile | 5 |
1 files changed, 4 insertions, 1 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. |