summaryrefslogtreecommitdiffstats
path: root/libraries/raptor/raptor.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/raptor/raptor.SlackBuild')
-rw-r--r--libraries/raptor/raptor.SlackBuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/libraries/raptor/raptor.SlackBuild b/libraries/raptor/raptor.SlackBuild
index 51c6933577..3e3ccbecb6 100644
--- a/libraries/raptor/raptor.SlackBuild
+++ b/libraries/raptor/raptor.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for raptor
-# Copyright 2012-2020 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
+# Copyright 2012-2023 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -27,8 +27,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=raptor
-VERSION=${VERSION:-2.0.15}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-2.0.16}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -83,6 +83,8 @@ 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 {} \;
+patch -p1 < $CWD/raptor-2.0.15-libxml2-2.11.patch
+
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \