summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Zardi2021-09-02 21:58:37 +0200
committerFrancesco Zardi2021-09-02 21:58:37 +0200
commit35b7b5b83f7ba1945fa2ac98896b9c90cbc28641 (patch)
tree098814308fb4d87d32d485d63d7cd4b13500d8b1
parent9818ffb6561beaf8771a7df8864571ec5c4e2247 (diff)
downloadaur-35b7b5b83f7ba1945fa2ac98896b9c90cbc28641.tar.gz
Ignore compilation error
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e616f0626fb3..0341d76400ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = qt3
pkgdesc = A cross-platform application and UI framework
pkgver = 3.3.8b
- pkgrel = 19
+ pkgrel = 20
epoch = 1
url = http://qt.io
arch = i686
@@ -36,4 +36,3 @@ pkgbase = qt3
sha256sums = 673b10f3652d72d65515f5a0c21c27d39d0c3b7fade30ae77ebd7facca6acacb
pkgname = qt3
-
diff --git a/PKGBUILD b/PKGBUILD
index aa8943317407..65d656a8b6f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=qt3
pkgver=3.3.8b
-pkgrel=19
+pkgrel=20
epoch=1
pkgdesc="A cross-platform application and UI framework"
arch=('i686' 'x86_64')
@@ -178,6 +178,7 @@ prepare() {
sed -i "s|-O2|$CXXFLAGS -fno-strict-aliasing|" mkspecs/linux-g++{,-32,-64}/qmake.conf
sed -i "s|-I. |$CXXFLAGS -I. |" qmake/Makefile.unix
sed -i "s|read acceptance|acceptance=yes|" configure
+ sed -i "s|-Werror=format-security||" qmake/Makefile.unix
}
build() {