libraries/SDL_Pango: Fix for the newer autotools/libtool.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2015-02-18 14:17:39 +01:00 committed by Willy Sudiarto Raharjo
parent a918159cb8
commit a2e180003c

View file

@ -24,7 +24,7 @@
PRGNAM=SDL_Pango
VERSION=0.1.2
BUILD=${BUILD:-2}
BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -71,8 +71,9 @@ patch -p1 < $CWD/SDL_Pango-0.1.2-suppress-warning.patch || exit 1
patch -p0 < $CWD/SDL_Pango-0.1.2-API-adds.patch || exit 1
patch -p1 < $CWD/SDL_Pango-0.1.2-matrix_declarations.patch || exit 1
autoreconf
autoreconf -i
libtoolize --copy --force
automake -a
CFLAGS="$SLKCFLAGS" \
./configure \