mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
Speex 1.2: Fixed compiling problem with aclocal and automake
This commit is contained in:
@@ -52,9 +52,9 @@ BUILD_REQUIRES="
|
||||
devel:libogg$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:aclocal_1.13
|
||||
cmd:aclocal_1.15
|
||||
cmd:autoconf
|
||||
cmd:automake_1.13
|
||||
cmd:automake_1.15
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:libtoolize
|
||||
@@ -65,9 +65,9 @@ BUILD_PREREQUIRES="
|
||||
BUILD()
|
||||
{
|
||||
libtoolize --copy --force --install
|
||||
aclocal-1.13
|
||||
aclocal-1.15
|
||||
autoconf
|
||||
automake-1.13
|
||||
automake-1.15 --add-missing
|
||||
runConfigure ./configure
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user