extra/kdebindings-python fix

This commit is contained in:
Kevin Mihelich 2014-08-21 12:49:17 +00:00
parent d47ff341a6
commit 51b9525b26

View file

@ -25,8 +25,6 @@ prepare() {
mkdir build
cd pykde4-${pkgver}
# Fix build with sip 4.15.5 upstream: https://bugs.kde.org/show_bug.cgi?id=332223
patch -p1 -i "$srcdir/sip-4.15.5.patch"
patch -Np1 -i "${srcdir}/pykde4-4.10.0-arm-sip.patch"
}