diff options
Diffstat (limited to 'user/gtkspell/APKBUILD')
-rw-r--r-- | user/gtkspell/APKBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/user/gtkspell/APKBUILD b/user/gtkspell/APKBUILD index cd7b8f100..e76b7f813 100644 --- a/user/gtkspell/APKBUILD +++ b/user/gtkspell/APKBUILD @@ -1,14 +1,13 @@ # Maintainer: pkgname=gtkspell pkgver=2.0.16 -pkgrel=10 +pkgrel=11 pkgdesc="Highlighting and replacement of misspelled words in Gtk software" url="http://gtkspell.sourceforge.net/" arch="all" license="GPL-2.0-only" makedepends="gtk+2.0-dev enchant-dev intltool" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" -langdir="/usr/lib/locale" source="http://$pkgname.sourceforge.net/download/$pkgname-$pkgver.tar.gz enchant-2.patch " @@ -19,7 +18,7 @@ prepare() { } build() { - ./configure \ + LIBS="-lintl" ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr |