mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
gtkspell3, disable static library, disable introspection (#7625)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user