mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
libdv: requires automake 1.13.x.
This commit is contained in:
@@ -42,9 +42,9 @@ BUILD_REQUIRES="
|
|||||||
devel:libpopt${secondaryArchSuffix}
|
devel:libpopt${secondaryArchSuffix}
|
||||||
"
|
"
|
||||||
BUILD_PREREQUIRES="
|
BUILD_PREREQUIRES="
|
||||||
cmd:aclocal
|
cmd:aclocal_1.13
|
||||||
cmd:autoconf
|
cmd:autoconf
|
||||||
cmd:automake
|
cmd:automake_1.13
|
||||||
cmd:gcc$secondaryArchSuffix
|
cmd:gcc$secondaryArchSuffix
|
||||||
cmd:ld$secondaryArchSuffix
|
cmd:ld$secondaryArchSuffix
|
||||||
cmd:libtoolize
|
cmd:libtoolize
|
||||||
@@ -54,9 +54,9 @@ BUILD_PREREQUIRES="
|
|||||||
BUILD()
|
BUILD()
|
||||||
{
|
{
|
||||||
libtoolize --force --copy --install
|
libtoolize --force --copy --install
|
||||||
aclocal
|
aclocal-1.13
|
||||||
autoconf
|
autoconf
|
||||||
automake
|
automake-1.13
|
||||||
runConfigure ./configure --disable-gtk \
|
runConfigure ./configure --disable-gtk \
|
||||||
--without-debug
|
--without-debug
|
||||||
make $jobArgs
|
make $jobArgs
|
||||||
|
|||||||
Reference in New Issue
Block a user