diff options
author | Maciej Mrozowski <reavertm@gentoo.org> | 2021-01-25 21:35:46 +0100 |
---|---|---|
committer | Maciej Mrozowski <reavertm@gentoo.org> | 2021-01-25 21:42:04 +0100 |
commit | 7b8b0cc55d8d1a659078cbd3552afd15ea03db3a (patch) | |
tree | 304a91f93baf9875b7ebccca34f9631ca91c58d8 /dev-games/simgear/simgear-9999.ebuild | |
parent | net-misc/zerotier: Removed old (diff) | |
download | gentoo-7b8b0cc55d8d1a659078cbd3552afd15ea03db3a.tar.gz gentoo-7b8b0cc55d8d1a659078cbd3552afd15ea03db3a.tar.bz2 gentoo-7b8b0cc55d8d1a659078cbd3552afd15ea03db3a.zip |
games-simulation/flightgear: version bump, remove old
Signed-off-by: Maciej Mrozowski <reavertm@gentoo.org>
Diffstat (limited to 'dev-games/simgear/simgear-9999.ebuild')
-rw-r--r-- | dev-games/simgear/simgear-9999.ebuild | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/dev-games/simgear/simgear-9999.ebuild b/dev-games/simgear/simgear-9999.ebuild index e4fa4059f41d..edb882cd32f0 100644 --- a/dev-games/simgear/simgear-9999.ebuild +++ b/dev-games/simgear/simgear-9999.ebuild @@ -37,6 +37,7 @@ RDEPEND="${COMMON_DEPEND} PATCHES=( "${FILESDIR}/${PN}-2019.1.1-gdal3.patch" + "${FILESDIR}/${PN}-2020.1.2-do-not-assume-libc++-clang.patch" ) pkg_pretend() { @@ -54,8 +55,7 @@ src_configure() { -DENABLE_OPENMP=$(usex openmp) -DENABLE_PKGUTIL=ON -DENABLE_RTI=OFF - -DENABLE_SIMD=OFF # see CPU_FLAGS - -DENABLE_SIMD_CODE=$(usex cpu_flags_x86_sse2) + -DENABLE_SIMD=$(usex cpu_flags_x86_sse2) -DENABLE_SOUND=ON -DENABLE_TESTS=$(usex test) -DSIMGEAR_HEADLESS=OFF @@ -65,10 +65,5 @@ src_configure() { -DUSE_AEONWAVE=OFF -DOSG_FSTREAM_EXPORT_FIXED=OFF # TODO perhaps track it ) - - if use cpu_flags_x86_sse2; then - append-flags -msse2 -mfpmath=sse - fi - cmake_src_configure } |