diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2017-06-03 19:55:28 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-17 23:28:53 -0500 |
commit | 9401ef00acf69042d0e3f50037de888573d2e66f (patch) | |
tree | dcc2d0c20fb40db25c2213566f869f3f2311e1fa /network/hylafax/hylafax.SlackBuild | |
parent | 27df0724334cce3b948dc708dd2a2ffdedd92264 (diff) |
network/hylafax: Patch for the newer gcc.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/hylafax/hylafax.SlackBuild')
-rw-r--r-- | network/hylafax/hylafax.SlackBuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/network/hylafax/hylafax.SlackBuild b/network/hylafax/hylafax.SlackBuild index f2663427e6ab..e4abfd8ba701 100644 --- a/network/hylafax/hylafax.SlackBuild +++ b/network/hylafax/hylafax.SlackBuild @@ -73,6 +73,8 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; +patch -p1 < $CWD/gcc.patch + # Copy our source for the correct configuration sed "s|@LIBDIRSUFFIX@|${LIBDIRSUFFIX}|g" \ < $CWD/config.local.in \ |