diff options
author | Christoph Willing <chris.willing@linux.com> | 2021-03-01 10:32:53 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-03-06 11:12:02 +0700 |
commit | 3bcb47721eab22fb8e2bb95cf4c91c317caccc13 (patch) | |
tree | 9fbcd338e7a0b4b3d75f545177b1033de4d99f39 /libraries/xforms/xforms.SlackBuild | |
parent | cc2e54a9dc8dee9b4a0abe07e310402914edbd2c (diff) |
libraries/xforms: Patch for newer gcc
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 989a8aff169c0..49b291f8d3073 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 \ |