summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dc6cf887ed47..13074d15d93e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: jmf <jmf at mesecons dot net>
# Contributor: Pascal Groschwitz <p.groschwitz@googlemail.com>
pkgname=flightgear-git
-pkgver=20151212
+pkgver=20151224
pkgrel=1
_gitname=flightgear
pkgdesc="An open-source, multi-platform flight simulator"
@@ -24,6 +24,7 @@ pkgver() {
build() {
cd ${srcdir}/${_gitname}
git checkout next
+# patch -Np1 -i ../explicitely-link-with-libX11.patch
cmake \
-DCMAKE_INSTALL_PREFIX=/usr \
-DENABLE_QT=1 \