diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-02-24 19:36:04 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-02-24 19:36:04 +0100 |
commit | da2270d47b0cb94af09d0ccc9eff0d963355d363 (patch) | |
tree | e94e2e9ee25785002bd04dac209529cf5e6792da /sci-geosciences/qmapshack | |
parent | net-dialup/freeradius-client: Drop 1.1.7 (r0) (diff) | |
download | gentoo-da2270d47b0cb94af09d0ccc9eff0d963355d363.tar.gz gentoo-da2270d47b0cb94af09d0ccc9eff0d963355d363.tar.bz2 gentoo-da2270d47b0cb94af09d0ccc9eff0d963355d363.zip |
sci-geosciences/qmapshack: Actually use the cmake patch
Closes: https://github.com/gentoo/gentoo/pull/19633
Package-Manager: Portage-3.0.15, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-geosciences/qmapshack')
-rw-r--r-- | sci-geosciences/qmapshack/qmapshack-1.15.2-r2.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sci-geosciences/qmapshack/qmapshack-1.15.2-r2.ebuild b/sci-geosciences/qmapshack/qmapshack-1.15.2-r2.ebuild index b940212b7529..a8699074a851 100644 --- a/sci-geosciences/qmapshack/qmapshack-1.15.2-r2.ebuild +++ b/sci-geosciences/qmapshack/qmapshack-1.15.2-r2.ebuild @@ -34,7 +34,10 @@ BDEPEND="dev-qt/linguist-tools:5" S="${WORKDIR}"/${PN}-V_${PV} -PATCHES=( "${S}"/FindPROJ4.patch ) +PATCHES=( + "${S}"/FindPROJ4.patch + "${FILESDIR}"/${P}-no-hacks-kthxbye.patch +) src_prepare() { cmake_src_prepare |