mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
media-libs/libvorbis: cleanup, fix build (#2959)
This commit is contained in:
@@ -60,9 +60,7 @@ BUILD_REQUIRES="
|
||||
devel:libogg$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:aclocal
|
||||
cmd:autoconf
|
||||
cmd:automake
|
||||
cmd:autoreconf
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:libtoolize$secondaryArchSuffix
|
||||
@@ -87,11 +85,7 @@ PATCH()
|
||||
|
||||
BUILD()
|
||||
{
|
||||
libtoolize -fci
|
||||
mkdir -p m4
|
||||
aclocal --install -I m4
|
||||
autoconf
|
||||
automake
|
||||
autoreconf -vfi
|
||||
runConfigure ./configure
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user