diff --git a/app-text/gtkspell/gtkspell3-3.0.10.recipe b/app-text/gtkspell/gtkspell3-3.0.10.recipe index 74aaaf58b..a84065466 100644 --- a/app-text/gtkspell/gtkspell3-3.0.10.recipe +++ b/app-text/gtkspell/gtkspell3-3.0.10.recipe @@ -5,7 +5,7 @@ HOMEPAGE="http://gtkspell.sourceforge.net/" COPYRIGHT="2002 Evan Martin 2012-2013 Sandro Mani" LICENSE="GNU GPL v2" -REVISION="2" +REVISION="3" SOURCE_URI="https://sourceforge.net/projects/gtkspell/files/$portVersion/gtkspell3-$portVersion.tar.xz" CHECKSUM_SHA256="b040f63836b347eb344f5542443dc254621805072f7141d49c067ecb5a375732" @@ -69,10 +69,12 @@ defineDebugInfoPackage gtkspell3$secondaryArchSuffix \ BUILD() { autoconf - runConfigure ./configure + runConfigure ./configure \ + --disable-static \ + --enable-introspection=no # this needs support for gir - # in gtk and probably other places aswell - # --enable-vala=yes + # in harfbuzz and probably other places aswell + # --enable-vala=yes make $jobArgs }