simgear: update to 2016.4.3
The musl build is currently broken due to an internal compiler error.
This commit is contained in:
parent
5b1d455246
commit
f99f3192fd
1 changed files with 9 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'simgear'
|
||||
pkgname=simgear
|
||||
version=2016.4.2
|
||||
version=2016.4.3
|
||||
revision=1
|
||||
# XXX: always keep in sync with flightgear version!
|
||||
build_style=cmake
|
||||
configure_args="-DENABLE_TESTS=OFF"
|
||||
configure_args="-DENABLE_TESTS=OFF -Wdev"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="boost-devel freetype-devel libjpeg-turbo-devel giflib-devel
|
||||
libcurl-devel libfreeglut-devel libopenal-devel osg-devel plib-devel"
|
||||
|
@ -13,4 +13,10 @@ maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
|||
license="GPL-2"
|
||||
homepage="http://www.flightgear.org/"
|
||||
distfiles="$SOURCEFORGE_SITE/project/flightgear/release-${version%.*}/${pkgname}-${version}.tar.bz2"
|
||||
checksum=d0a1c7b1f56c15868000805ab501db0540d09692dc5eba34e508e1ee04ed1c11
|
||||
checksum=6933550215818c2043b84df01b6bf5f7adef218c8648b510b8202e394003d2bd
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl) broken="/builddir/simgear-2016.4.3/simgear/scene/model/particles.cxx:132:14: internal compiler error: Segmentation fault"
|
||||
esac
|
||||
# Suppress warnings regarding auto_ptr
|
||||
CXXFLAGS="-Wno-deprecated-declarations"
|
||||
|
|
Loading…
Reference in a new issue