diff options
author | Simon Frankenberger <simon@fraho.eu> | 2019-02-14 05:37:29 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-02-22 14:34:32 +0100 |
commit | 28b2dff1fbeb17c7142fac00a80288c372c741ad (patch) | |
tree | 763f92e8f9f1309802d9ee4c005b4424a15aff33 /community/wxgtk | |
parent | aa669e63f8da279c75721e19ff586e0c75980315 (diff) | |
download | aports-28b2dff1fbeb17c7142fac00a80288c372c741ad.tar.bz2 aports-28b2dff1fbeb17c7142fac00a80288c372c741ad.tar.xz |
community/wxgtk: Rebuild due to incompatibilities
The wx-libraries had some incompabitilies regarding X++ ABI, as seen in
filezilla.
Just rebuild it and everything is fine.
This closes https://bugs.alpinelinux.org/issues/9970
fixes #9970
(cherry picked from commit 0b2c279a17f5d8ece581d7e2ef560fd7db37ef8a)
Diffstat (limited to 'community/wxgtk')
-rw-r--r-- | community/wxgtk/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/wxgtk/APKBUILD b/community/wxgtk/APKBUILD index e289edd5ba..dd818e9d89 100644 --- a/community/wxgtk/APKBUILD +++ b/community/wxgtk/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: ScrumpyJack <scrumpyjack@st.ilet.to> pkgname=wxgtk pkgver=3.0.4 -pkgrel=0 +pkgrel=1 pkgdesc="GTK2 port of wxWidgets GUI library" url="http://www.wxwidgets.org/" arch="all" |