sdl2_image: requires automake 1.13.x.

This commit is contained in:
Jerome Duval
2015-12-03 22:12:39 +00:00
parent 82684f7bc5
commit d74dd1f891

View File

@@ -46,8 +46,8 @@ BUILD_REQUIRES="
BUILD_PREREQUIRES="
cmd:libtoolize
cmd:aclocal
cmd:automake
cmd:aclocal_1.13
cmd:automake_1.13
cmd:autoconf
cmd:dos2unix
cmd:gcc$secondaryArchSuffix
@@ -60,9 +60,11 @@ SOURCE_DIR="SDL2_image-$portVersion"
BUILD()
{
touch INSTALL NEWS README AUTHORS ChangeLog COPYING
libtoolize --copy --force --install
aclocal --install -I acinclude
aclocal-1.13 --install -I acinclude
autoconf
automake-1.13
dos2unix miniz.h
runConfigure ./configure --enable-jpg-shared=no --enable-png-shared=no \
--enable-tif-shared=no --enable-webp-shared=no