mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
speex: requires automake 1.13.x.
This commit is contained in:
@@ -52,9 +52,9 @@ BUILD_REQUIRES="
|
||||
devel:libogg$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:aclocal
|
||||
cmd:aclocal_1.13
|
||||
cmd:autoconf
|
||||
cmd:automake
|
||||
cmd:automake_1.13
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:libtoolize
|
||||
@@ -65,9 +65,9 @@ BUILD_PREREQUIRES="
|
||||
BUILD()
|
||||
{
|
||||
libtoolize --copy --force --install
|
||||
aclocal
|
||||
automake
|
||||
aclocal-1.13
|
||||
autoconf
|
||||
automake-1.13
|
||||
runConfigure ./configure
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user