diff options
author | Mart Raudsepp <leio@gentoo.org> | 2020-12-13 20:00:30 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2020-12-13 20:47:41 +0200 |
commit | e643d66299e3bf059a6b0ceaacee0df36519c314 (patch) | |
tree | edf6e1ae182a8fbe87934b1cd9088c77928a15e3 /app-office/glabels/glabels-3.4.1.ebuild | |
parent | gnome-extra/evolution-ews: bump to 3.38.2 (diff) | |
download | gentoo-e643d66299e3bf059a6b0ceaacee0df36519c314.tar.gz gentoo-e643d66299e3bf059a6b0ceaacee0df36519c314.tar.bz2 gentoo-e643d66299e3bf059a6b0ceaacee0df36519c314.zip |
app-office/glabels: fix compilation with gcc-10
Closes: https://bugs.gentoo.org/721968
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'app-office/glabels/glabels-3.4.1.ebuild')
-rw-r--r-- | app-office/glabels/glabels-3.4.1.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app-office/glabels/glabels-3.4.1.ebuild b/app-office/glabels/glabels-3.4.1.ebuild index 23065b3be108..2f70ff77c791 100644 --- a/app-office/glabels/glabels-3.4.1.ebuild +++ b/app-office/glabels/glabels-3.4.1.ebuild @@ -32,6 +32,10 @@ DEPEND="${RDEPEND} virtual/pkgconfig " +PATCHES=( + "${FILESDIR}"/glabels-externs.patch # Fix compilation with -fno-common/gcc10; patch from Fedora +) + src_configure() { gnome2_src_configure \ $(use_with eds libebook) \ |