summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0fe8a812c5e9..61318a641b85 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wxwidgets2.8-light
pkgdesc = wxWidgets suite for Base and GTK2 toolkits (GNOME/GStreamer free!)
pkgver = 2.8.12.1
- pkgrel = 10
+ pkgrel = 11
url = http://wxwidgets.org
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 264c703d3fcd..96ecaee21660 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgbase="wxwidgets2.8-light"
pkgname=('wxbase2.8-light' 'wxgtk2.8-light' 'wxcommon2.8-light')
pkgver=2.8.12.1
-pkgrel=10
+pkgrel=11
pkgdesc="wxWidgets suite for Base and GTK2 toolkits (GNOME/GStreamer free!)"
arch=('i686' 'x86_64')
url="http://wxwidgets.org"
@@ -24,6 +24,10 @@ sha1sums=('SKIP'
'dfe38650c655395b90bf082b5734c4093508bfa3'
'f1a3bc30ec8139d97ca239dc1bf6cbc2ceb5c5d9')
+# This flag will set a fixed ABI version. That's needed for safesignidentityclient,
+# so it can load this lib without warnings
+CXXFLAGS="-fabi-version=2"
+
prepare() {
patch -d wxwidgets -p1 -i ../wxwidgets-2.8-collision.patch