diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2021-01-21 08:59:57 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-18 00:02:35 -0500 |
commit | 38a6cef13e5a256d654aad6035817bc501ee35ca (patch) | |
tree | be9c4656049c1082c8a1b5a15bddd73dcf3c240e /network/transmission-remote-gtk/transmission-remote-gtk.SlackBuild | |
parent | a375de9aa30f51efe255b977d0019dfcc2d862dd (diff) |
network/transmission-remote-gtk: Patch for gcc >= 10.x.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/transmission-remote-gtk/transmission-remote-gtk.SlackBuild')
-rw-r--r-- | network/transmission-remote-gtk/transmission-remote-gtk.SlackBuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/network/transmission-remote-gtk/transmission-remote-gtk.SlackBuild b/network/transmission-remote-gtk/transmission-remote-gtk.SlackBuild index 4daa00e72278d..5cb0d45cf4625 100644 --- a/network/transmission-remote-gtk/transmission-remote-gtk.SlackBuild +++ b/network/transmission-remote-gtk/transmission-remote-gtk.SlackBuild @@ -89,6 +89,8 @@ find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \ [ "${NOTIFY:-yes}" = "no" ] && NOTIFYOPT="--without-libnotify" +patch -p1 < $CWD/gcc10.patch + CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ |