aboutsummaryrefslogtreecommitdiffstats
path: root/community/gtkspell
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-03-01 15:26:47 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-03-01 15:26:47 -0300
commit7f5df530b22d37e9b71f4ee0601f1347617ea63c (patch)
tree8e69aa26246bacc180eb7e4a2cb17e9d0b2ba50a /community/gtkspell
parentedf8341487e43bca57a3a810b7c5afff21967762 (diff)
downloadaports-7f5df530b22d37e9b71f4ee0601f1347617ea63c.tar.bz2
aports-7f5df530b22d37e9b71f4ee0601f1347617ea63c.tar.xz
community/gtkspell: fix build
Diffstat (limited to 'community/gtkspell')
-rw-r--r--community/gtkspell/APKBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/community/gtkspell/APKBUILD b/community/gtkspell/APKBUILD
index 5244065ea9..39709e3e7e 100644
--- a/community/gtkspell/APKBUILD
+++ b/community/gtkspell/APKBUILD
@@ -6,8 +6,7 @@ pkgdesc="Word-processor-style highlighting and replacement of misspelled words i
url="http://gtkspell.sourceforge.net/"
arch="all"
license="GPL-2.0-only"
-makedepends="gtk+2.0-dev enchant2-dev automake autoconf libtool
- gtk-doc"
+makedepends="gtk+2.0-dev enchant2-dev automake autoconf libtool gtk-doc"
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
source="http://gtkspell.sourceforge.net/download/gtkspell-$pkgver.tar.gz
enchant-2.patch
@@ -15,6 +14,8 @@ source="http://gtkspell.sourceforge.net/download/gtkspell-$pkgver.tar.gz
prepare() {
default_prepare
+
+ gtkdocize
autoreconf -fi
}
@@ -22,7 +23,8 @@ build() {
./configure \
--build=$CBUILD \
--host=$CHOST \
- --prefix=/usr
+ --prefix=/usr \
+ --disable-static
make
}