diff options
Diffstat (limited to 'libraries/libstrophe/libstrophe.SlackBuild')
-rw-r--r-- | libraries/libstrophe/libstrophe.SlackBuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/libraries/libstrophe/libstrophe.SlackBuild b/libraries/libstrophe/libstrophe.SlackBuild index 1a90da4539..abf33e9d24 100644 --- a/libraries/libstrophe/libstrophe.SlackBuild +++ b/libraries/libstrophe/libstrophe.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=libstrophe -VERSION=${VERSION:-0.13.1} +VERSION=${VERSION:-0.14.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -79,6 +79,10 @@ 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 {} \; +# Fix the compilation error. See: +# https://github.com/strophe/libstrophe/issues/253 +patch -p1 --verbose < $CWD/use-void-to-store-func-ptr.patch + mkdir -p m4 # "If you are building from a source control checkout, run:" ./bootstrap.sh |