From 85ebdac868e5699972dba15a370decd6f16b131f Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Mon, 4 Nov 2013 20:31:10 +0100 Subject: libraries/ftgl: Avoid building pdf docs (seems broken ATM). Signed-off-by: Matteo Bernardini --- libraries/ftgl/ftgl.SlackBuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libraries/ftgl/ftgl.SlackBuild') diff --git a/libraries/ftgl/ftgl.SlackBuild b/libraries/ftgl/ftgl.SlackBuild index 959847aac1..ee47752ef3 100644 --- a/libraries/ftgl/ftgl.SlackBuild +++ b/libraries/ftgl/ftgl.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=ftgl VERSION=${VERSION:-2.1.3_rc5} -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} TAG=${TAG:-_SBo} # Automatically determine the architecture we're building on: @@ -72,6 +72,8 @@ chmod -R a-s,u+rw,go+r-w . patch -p1 < $CWD/patches/gcc47.patch # Fix spam that breaks build after autoreconfing patch -p1 < $CWD/patches/spam.patch +# Avoid building pdf docs (seems broken ATM) +patch -p0 < $CWD/patches/nopdfdocs.patch autoreconf -i CFLAGS="$SLKCFLAGS" \ -- cgit v1.2.3