mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
lame: requires automake 1.13.x.
This commit is contained in:
@@ -60,9 +60,9 @@ BUILD_REQUIRES="
|
||||
devel:libncurses$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
|
||||
@@ -95,8 +95,8 @@ BUILD()
|
||||
sed -i 's/@SNDFILE_LIBS@/-ffast-math/g' frontend/*
|
||||
|
||||
libtoolize --force --copy --install
|
||||
aclocal -I m4
|
||||
automake
|
||||
aclocal-1.13 -I m4
|
||||
automake-1.13
|
||||
autoconf
|
||||
runConfigure ./configure
|
||||
make $jobArgs
|
||||
|
||||
Reference in New Issue
Block a user