summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKye Morton2020-03-20 13:42:09 +1000
committerKye Morton2020-03-20 13:42:09 +1000
commit2e249af50ec89f4336b3461b0b3213b2d14fd7e4 (patch)
tree20d6a6db5ab72a034bdf4bea2571e16c025b5e1f /PKGBUILD
parent6c69ef9c6f48bc16b7de1fc2c9e04a71bc0175e7 (diff)
parent36398b50218c466a593d69ad2eee6ac3a8a1c6e5 (diff)
downloadaur-2e249af50ec89f4336b3461b0b3213b2d14fd7e4.tar.gz
Fix merge issue
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0c26e00f04d1..49d0d763a024 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -102,7 +102,8 @@ prepare() {
build() {
cd "$srcdir/${pkgname}-${pkgver}/build"
- qmake ../qgroundcontrol.pro
+ qmake ../qgroundcontrol.pro \
+ QMAKE_CXXFLAGS="-Wno-deprecated-declarations"
make
echo "[Desktop Entry]