summaryrefslogtreecommitdiffstats
path: root/libraries/ggz-base-libs/ggz-base-libs.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/ggz-base-libs/ggz-base-libs.SlackBuild')
-rw-r--r--libraries/ggz-base-libs/ggz-base-libs.SlackBuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/libraries/ggz-base-libs/ggz-base-libs.SlackBuild b/libraries/ggz-base-libs/ggz-base-libs.SlackBuild
index af96a6fb8b..f237f4933d 100644
--- a/libraries/ggz-base-libs/ggz-base-libs.SlackBuild
+++ b/libraries/ggz-base-libs/ggz-base-libs.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=ggz-base-libs
VERSION=0.99.5
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
@@ -67,6 +67,10 @@ cd $PRGNAM-snapshot-$VERSION
chown -R root:root .
chmod -R u+w,go+r-w,a-s .
+# Fix building with gnutls3, thanks to netbsd people
+( cd libggz
+patch -p1 < $CWD/gnutls3.patch )
+
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \