diff options
author | Matteo Bernardini | 2020-05-23 08:12:52 +0200 |
---|---|---|
committer | Matteo Bernardini | 2020-05-23 08:12:52 +0200 |
commit | 9b91bf41a9b6c2933b7757536fc9944e643602bf (patch) | |
tree | fb675a32bf315d68d76a87ac30b339d2f95fb5bd /office/gnokii/gnokii.SlackBuild | |
parent | ed0074d03fdb30fde2ae0f56100c935d31cefbb8 (diff) | |
download | slackbuilds-6e80487f0a858e964db00e8ce1cef8e776ee7760.tar.gz |
20200523.1 global branch merge.current-20200523.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'office/gnokii/gnokii.SlackBuild')
-rw-r--r-- | office/gnokii/gnokii.SlackBuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/office/gnokii/gnokii.SlackBuild b/office/gnokii/gnokii.SlackBuild index eb3b4f1519..5301e1c7cf 100644 --- a/office/gnokii/gnokii.SlackBuild +++ b/office/gnokii/gnokii.SlackBuild @@ -73,6 +73,9 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; +# Thnx to fedora for this patch +patch -p1 < $CWD/gnokii-0.6.31-gcc7.patch + CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ |