diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2015-02-18 14:17:39 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-17 09:40:16 +0700 |
commit | a2e180003c38b0687205e58c512d3e16f21ad46c (patch) | |
tree | 3c56ddbefbd1ce92cf9c0c4e09d79b4b114ad0d9 | |
parent | a918159cb8ff95df3e5acaa415a22e8b13b76f4b (diff) | |
download | slackbuilds-a2e180003c38b0687205e58c512d3e16f21ad46c.tar.gz |
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>
-rw-r--r-- | libraries/SDL_Pango/SDL_Pango.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libraries/SDL_Pango/SDL_Pango.SlackBuild b/libraries/SDL_Pango/SDL_Pango.SlackBuild index 093e35fd71..6f320d400b 100644 --- a/libraries/SDL_Pango/SDL_Pango.SlackBuild +++ b/libraries/SDL_Pango/SDL_Pango.SlackBuild @@ -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 \ |