aboutsummaryrefslogtreecommitdiff
path: root/libraries/ftgl/ftgl.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/ftgl/ftgl.SlackBuild')
-rw-r--r--libraries/ftgl/ftgl.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/libraries/ftgl/ftgl.SlackBuild b/libraries/ftgl/ftgl.SlackBuild
index 959847aac151..ee47752ef385 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" \