summaryrefslogtreecommitdiff
path: root/extra/gtk-qt-engine/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/gtk-qt-engine/PKGBUILD')
-rw-r--r--extra/gtk-qt-engine/PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/extra/gtk-qt-engine/PKGBUILD b/extra/gtk-qt-engine/PKGBUILD
index 247195fa4..b9caeca50 100644
--- a/extra/gtk-qt-engine/PKGBUILD
+++ b/extra/gtk-qt-engine/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=gtk-qt-engine
pkgver=1.1
pkgrel=3
pkgdesc="A GTK engine which makes your GTK2 Apps match your QT theme"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
license=('GPL')
url="http://code.google.com/p/gtk-qt-engine/"
depends=('libbonoboui' 'kdelibs')
@@ -17,6 +17,8 @@ md5sums=('de8048baef7dfe6c97cd97c463d66152')
build() {
cd "${srcdir}/${pkgname}"
+ sed -i 's,glib/glist.h,glib.h,' src/qt_theme_draw.c
+
cmake . -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_SKIP_RPATH=ON \
-DCMAKE_{SHARED,MODULE,EXE}_LINKER_FLAGS='-Wl,--no-undefined -Wl,--as-needed' \