diff options
Diffstat (limited to 'extra/gtkhtml/PKGBUILD')
-rw-r--r-- | extra/gtkhtml/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/gtkhtml/PKGBUILD b/extra/gtkhtml/PKGBUILD index bde1e60ef..fb04f4c46 100644 --- a/extra/gtkhtml/PKGBUILD +++ b/extra/gtkhtml/PKGBUILD @@ -3,9 +3,9 @@ pkgname=gtkhtml pkgver=3.32.2 -pkgrel=3 +pkgrel=3.2 pkgdesc="A lightweight HTML renderer/editor widget for GTK2" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') license=('GPL') depends=('gconf' 'gtk2' 'gnome-icon-theme' 'enchant' 'iso-codes' 'libsoup') makedepends=('intltool') @@ -18,7 +18,7 @@ build() { ./configure --prefix=/usr --sysconfdir=/etc \ --libexecdir=/usr/lib/gtkhtml \ --localstatedir=/var --disable-static \ - --disable-deprecated-warning-flags + --disable-deprecated-warning-flags LDFLAGS="$LDFLAGS -lgthread-2.0" make } |