aboutsummaryrefslogtreecommitdiff
path: root/libraries/libotr/libotr.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/libotr/libotr.SlackBuild')
-rw-r--r--libraries/libotr/libotr.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/libraries/libotr/libotr.SlackBuild b/libraries/libotr/libotr.SlackBuild
index f59f0d0015..048f6dc5e8 100644
--- a/libraries/libotr/libotr.SlackBuild
+++ b/libraries/libotr/libotr.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=libotr
VERSION=${VERSION:-4.1.1}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -90,6 +90,7 @@ CXXFLAGS="$SLKCFLAGS" \
--enable-static=no \
--build=$ARCH-slackware-linux
+patch -p1 0<${CWD}/0006-include-socket.h.patch
make
make install DESTDIR=$PKG