flightgear: update to 2020.3.11.
This commit is contained in:
parent
78032eff15
commit
e33806039b
2 changed files with 16 additions and 6 deletions
10
srcpkgs/flightgear/patches/musl-include-fcntl.patch
Normal file
10
srcpkgs/flightgear/patches/musl-include-fcntl.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- a/src/Navaids/NavDataCache.cxx
|
||||
+++ b/src/Navaids/NavDataCache.cxx
|
||||
@@ -31,6 +31,7 @@
|
||||
#include <stdint.h> // for int64_t
|
||||
#include <sstream> // for std::ostringstream
|
||||
#include <mutex>
|
||||
+#include <fcntl.h>
|
||||
|
||||
#ifdef SYSTEM_SQLITE
|
||||
// the standard sqlite3.h doesn't give a way to set SQLITE_UINT64_TYPE,
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'flightgear'
|
||||
pkgname=flightgear
|
||||
version=2020.1.3
|
||||
revision=2
|
||||
version=2020.3.11
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DFG_DATA_DIR:STRING=/usr/share/flightgear/fgdata
|
||||
-DOpenGL_GL_PREFERENCE=GLVND -DTRANSLATIONS_SRC_DIR=${wrksrc}/fgdata/Translations"
|
||||
|
@ -17,11 +17,11 @@ license="GPL-2.0-or-later"
|
|||
homepage="http://www.flightgear.org/"
|
||||
distfiles="
|
||||
$SOURCEFORGE_SITE/project/flightgear/release-${version%.*}/${pkgname}-${version}.tar.bz2
|
||||
$SOURCEFORGE_SITE/project/flightgear/release-${version%.*}/FlightGear-${version}-data.tar.bz2"
|
||||
checksum="
|
||||
1f07e8ef2c558dae3b9738e313b57e711d38e569f85d49fc2c5ae647e3949a17
|
||||
2196f4ffcdeaae3a8b0a2b6ebf62a456bfd0198abb6c0619f763204d89804a03"
|
||||
$SOURCEFORGE_SITE/project/flightgear/release-${version%.*}/FlightGear-${version}-data.txz"
|
||||
checksum="fe2706c7707ea73abc5114773de45f29861ab0f8f535656af0428ed049ca4a97
|
||||
123f151b2c0f4220f0dd55e875ca57a4ec38a94f71f8c04c58caeac077e2b558"
|
||||
python_version=2
|
||||
make_check=no
|
||||
|
||||
nocross=https://build.voidlinux.org/builders/armv7l-musl_builder/builds/4773/steps/shell_3/logs/stdio
|
||||
|
||||
|
|
Loading…
Reference in a new issue