mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
lcms: requires automake 1.13.x.
This commit is contained in:
@@ -45,8 +45,9 @@ BUILD_PREREQUIRES="
|
||||
cmd:gcc${secondaryArchSuffix}
|
||||
cmd:ld${secondaryArchSuffix}
|
||||
cmd:libtoolize
|
||||
cmd:aclocal
|
||||
cmd:aclocal_1.13
|
||||
cmd:autoconf
|
||||
cmd:automake_1.13
|
||||
cmd:make
|
||||
"
|
||||
|
||||
@@ -55,8 +56,8 @@ SOURCE_DIR="lcms2-$portVersion"
|
||||
BUILD()
|
||||
{
|
||||
libtoolize --force --copy --install
|
||||
aclocal
|
||||
automake
|
||||
aclocal-1.13
|
||||
automake-1.13
|
||||
autoconf
|
||||
|
||||
runConfigure ./configure
|
||||
|
||||
Reference in New Issue
Block a user