diff options
author | 2018-07-02 11:48:12 +0200 | |
---|---|---|
committer | 2018-07-02 11:48:12 +0200 | |
commit | b743707ba1ffaaaadfbf44f1bd9ad0accd61334a (patch) | |
tree | b4174aef37ebbae71714adcb00370feace97b216 /app-office/dia/dia-0.97.3.ebuild | |
parent | app-emulation/virtualbox: New patchset to fix qt-5.11 build issues (diff) | |
download | gentoo-b743707ba1ffaaaadfbf44f1bd9ad0accd61334a.tar.gz gentoo-b743707ba1ffaaaadfbf44f1bd9ad0accd61334a.tar.bz2 gentoo-b743707ba1ffaaaadfbf44f1bd9ad0accd61334a.zip |
app-office/dia: Use pkg-config instead of freetype-config
Commit permission kindly granted by leio.
Closes: https://bugs.gentoo.org/654814
Package-Manager: Portage-2.3.41, Repoman-2.3.9
Diffstat (limited to 'app-office/dia/dia-0.97.3.ebuild')
-rw-r--r-- | app-office/dia/dia-0.97.3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-office/dia/dia-0.97.3.ebuild b/app-office/dia/dia-0.97.3.ebuild index 844a72f7b20b..a8a9ae6b6c07 100644 --- a/app-office/dia/dia-0.97.3.ebuild +++ b/app-office/dia/dia-0.97.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -54,6 +54,7 @@ src_prepare() { epatch "${FILESDIR}"/${PN}-0.97.0-gnome-doc.patch #159381 , upstream #470812 #558690 epatch "${FILESDIR}"/${PN}-0.97.2-underlinking.patch #420685, upstream #678761 + epatch "${FILESDIR}"/${PN}-0.97.3-freetype_pkgconfig.patch #654814, upstream https://gitlab.gnome.org/GNOME/dia/merge_requests/1 if use python; then python_fix_shebang . |