diff options
author | James Le Cuirot <chewi@gentoo.org> | 2019-11-20 22:33:22 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2019-11-20 22:33:22 +0000 |
commit | c5ca07652ca09f4a7bce13c4b476d93b0f0b50ab (patch) | |
tree | a176e043c055fe7f222ad10ad829d752ca14033f /games-util/lgogdownloader/lgogdownloader-3.5.ebuild | |
parent | sys-cluster/kube-proxy: Version bump to 1.16.3 (diff) | |
download | gentoo-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.ebuild | 4 |
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) |