mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
anthy, fix build, disable static libraries (#7989)
This commit is contained in:
@@ -11,7 +11,7 @@ COPYRIGHT="2000-2007 TABATA Yusuke, UGAWA Tomoharu
|
||||
2000-2007 KMC(Kyoto University Micro Computer Club)
|
||||
2001-2002 TAKAI Kosuke, Nobuoka Takahiro"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://sourceforge.jp/frs/redir.php?f=%2Fanthy%2F37536%2Fanthy-9100h.tar.gz"
|
||||
CHECKSUM_SHA256="d256f075f018b4a3cb0d165ed6151fda4ba7db1621727e0eb54569b6e2275547"
|
||||
|
||||
@@ -68,8 +68,8 @@ BUILD()
|
||||
libtoolize --force --copy --install
|
||||
aclocal
|
||||
autoconf
|
||||
automake
|
||||
runConfigure ./configure
|
||||
automake --add-missing
|
||||
runConfigure ./configure --disable-static
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user