summaryrefslogtreecommitdiffstats
path: root/libraries/ggz-base-libs/ggz-base-libs.SlackBuild
diff options
context:
space:
mode:
author ponce2012-07-25 12:41:54 +0200
committer Robby Workman2012-08-21 15:55:30 +0200
commit2bf31423f24de918c73790788819532249c00f07 (patch)
tree70a501d1495c0b5a4af2b12f8db15d449cc4cd96 /libraries/ggz-base-libs/ggz-base-libs.SlackBuild
parent27fa1b5a82e149ff912d30c3e79f19faf6af79e6 (diff)
downloadslackbuilds-2bf31423f24de918c73790788819532249c00f07.tar.gz
libraries/ggz-base-libs: Fixed building with gnutls3.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
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 \