summaryrefslogtreecommitdiff
path: root/libraries/goffice0.8/goffice0.8.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/goffice0.8/goffice0.8.SlackBuild')
-rw-r--r--libraries/goffice0.8/goffice0.8.SlackBuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/libraries/goffice0.8/goffice0.8.SlackBuild b/libraries/goffice0.8/goffice0.8.SlackBuild
index 395d303a02..8aeddf47e0 100644
--- a/libraries/goffice0.8/goffice0.8.SlackBuild
+++ b/libraries/goffice0.8/goffice0.8.SlackBuild
@@ -26,7 +26,7 @@
PRGNAM=goffice0.8
VERSION=${VERSION:-0.8.17}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
SRCNAM=goffice
@@ -73,6 +73,11 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+# https://bugzilla.gnome.org/show_bug.cgi?id=670316
+patch -p1 < $CWD/disable-linking-pcre.patch
+
+autoreconf -ivf
+
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \