diff options
Diffstat (limited to 'x11-misc/grsync/grsync-1.2.6.ebuild')
-rw-r--r-- | x11-misc/grsync/grsync-1.2.6.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-misc/grsync/grsync-1.2.6.ebuild b/x11-misc/grsync/grsync-1.2.6.ebuild index 4115d15bc3b3..53875ffebdac 100644 --- a/x11-misc/grsync/grsync-1.2.6.ebuild +++ b/x11-misc/grsync/grsync-1.2.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -19,6 +19,8 @@ DEPEND="${RDEPEND} DOCS="AUTHORS NEWS README" +PATCHES=( "${FILESDIR}"/${P}-gcc-10.patch ) + src_configure() { econf --disable-unity } |