mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
hyphen, disable static library (#7744)
This commit is contained in:
@@ -1,16 +1,12 @@
|
||||
SUMMARY="ALTLinux hyphenation library"
|
||||
DESCRIPTION="
|
||||
Hyphen is a hyphenation library.
|
||||
"
|
||||
DESCRIPTION="Hyphen is a hyphenation library."
|
||||
HOMEPAGE="http://hunspell.sf.net"
|
||||
COPYRIGHT="
|
||||
1998 Raph Levien
|
||||
2001 ALTLinux, Moscow
|
||||
"
|
||||
COPYRIGHT="1998 Raph Levien
|
||||
2001 ALTLinux, Moscow"
|
||||
LICENSE="GNU GPL v2
|
||||
GNU LGPL v2.1
|
||||
MPL v1.1"
|
||||
REVISION="3"
|
||||
GNU LGPL v2.1
|
||||
MPL v1.1"
|
||||
REVISION="4"
|
||||
SOURCE_URI="http://sourceforge.net/projects/hunspell/files/Hyphen/2.8/hyphen-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="304636d4eccd81a14b6914d07b84c79ebb815288c76fe027b9ebff6ff24d5705"
|
||||
|
||||
@@ -41,6 +37,7 @@ BUILD_PREREQUIRES="
|
||||
cmd:aclocal
|
||||
cmd:autoconf
|
||||
cmd:automake
|
||||
cmd:gawk
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:libtoolize$secondaryArchSuffix
|
||||
@@ -51,7 +48,7 @@ BUILD_PREREQUIRES="
|
||||
BUILD()
|
||||
{
|
||||
autoreconf -fi
|
||||
runConfigure ./configure
|
||||
runConfigure ./configure --disable-static
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user