summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2019-11-20 22:33:22 +0000
committerJames Le Cuirot <chewi@gentoo.org>2019-11-20 22:33:22 +0000
commitc5ca07652ca09f4a7bce13c4b476d93b0f0b50ab (patch)
treea176e043c055fe7f222ad10ad829d752ca14033f /games-util/lgogdownloader/lgogdownloader-3.5.ebuild
parentsys-cluster/kube-proxy: Version bump to 1.16.3 (diff)
downloadgentoo-c5ca07652ca09f4a7bce13c4b476d93b0f0b50ab.tar.gz
gentoo-c5ca07652ca09f4a7bce13c4b476d93b0f0b50ab.tar.bz2
gentoo-c5ca07652ca09f4a7bce13c4b476d93b0f0b50ab.zip
games-util/lgogdownloader: Patch 3.5 to fix build with newer jsoncpp
Patch has been sent upstream. Closes: https://bugs.gentoo.org/700452 Package-Manager: Portage-2.3.79, Repoman-2.3.17 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-util/lgogdownloader/lgogdownloader-3.5.ebuild')
-rw-r--r--games-util/lgogdownloader/lgogdownloader-3.5.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/games-util/lgogdownloader/lgogdownloader-3.5.ebuild b/games-util/lgogdownloader/lgogdownloader-3.5.ebuild
index 0f8ac4e4d85d..9a73f51a45c8 100644
--- a/games-util/lgogdownloader/lgogdownloader-3.5.ebuild
+++ b/games-util/lgogdownloader/lgogdownloader-3.5.ebuild
@@ -27,6 +27,10 @@ DEPEND="${RDEPEND}"
BDEPEND="sys-apps/help2man
virtual/pkgconfig"
+PATCHES=(
+ "${FILESDIR}"/jsoncpp.patch
+)
+
src_configure() {
local mycmakeargs=(
-DUSE_QT_GUI=$(usex gui)