mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
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:
parent
a918159cb8
commit
a2e180003c
1 changed files with 3 additions and 2 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue