summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlifeibiren2022-06-03 01:36:22 +0800
committerlifeibiren2022-06-03 01:36:22 +0800
commitd3ed53f97a3484368d5227fea65cc0cc009ae97b (patch)
tree5389a1aa4cb5345051473ba72efc26f63843e144
parent6551a065e3704941be2b615896d7cd7c9f3ccf33 (diff)
downloadaur-d3ed53f97a3484368d5227fea65cc0cc009ae97b.tar.gz
suppress compiler warnings
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a60c37fce792..71ccee277a29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=wxpython2.8
pkgver=2.8.12.1
-pkgrel=3
+pkgrel=4
pkgdesc="A wxWidgets GUI toolkit for Python"
arch=(i686 x86_64)
license=(custom:wxWindows)
@@ -31,6 +31,8 @@ prepare() {
export WXPORT=gtk2
export UNICODE=1
export WX_CONFIG=/usr/bin/wx-config-2.8
+ export CFLAGS='-w'
+ export CXXFLAGS='-w'
}
build() {