diff options
Diffstat (limited to 'libraries/xforms/xforms.SlackBuild')
-rw-r--r-- | libraries/xforms/xforms.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libraries/xforms/xforms.SlackBuild b/libraries/xforms/xforms.SlackBuild index 989a8aff16..49b291f8d3 100644 --- a/libraries/xforms/xforms.SlackBuild +++ b/libraries/xforms/xforms.SlackBuild @@ -4,7 +4,7 @@ # Copyright 2009-2014 LukenShiro, Italy # All rights reserved. -# Copyright 2019 Christoph Willing, Brisbane Australia +# Copyright 2019-2021 Christoph Willing, Brisbane/Australia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ PRGNAM=xforms VERSION=${VERSION:-1.2.4} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -69,6 +69,7 @@ cd $TMP rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION +patch -p1 < $CWD/xforms-1.2.4-fno-common.patch chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ |