diff options
author | Vincent Batts <vbatts@hashbangbash.com> | 2020-02-03 15:20:59 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-02-08 15:03:31 +0700 |
commit | 418f529ea95a638b7199ff933b982e249c0dbf47 (patch) | |
tree | 24ccc64581c434cf06d30e50047404d285af54a9 /desktop/flatpak/flatpak.SlackBuild | |
parent | 7d523f911d16b76e8251b6ea15cf85634dbc9e67 (diff) |
desktop/flatpak: fix build
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
Diffstat (limited to 'desktop/flatpak/flatpak.SlackBuild')
-rw-r--r-- | desktop/flatpak/flatpak.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/desktop/flatpak/flatpak.SlackBuild b/desktop/flatpak/flatpak.SlackBuild index 486a3af5c950c..d649b33f223f0 100644 --- a/desktop/flatpak/flatpak.SlackBuild +++ b/desktop/flatpak/flatpak.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=flatpak VERSION=${VERSION:-1.6.1} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -69,6 +69,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/3405.patch + CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ |