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