summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Tsoy <alexander@tsoy.me>2020-06-25 14:15:54 +0300
committerAndreas Sturmlechner <asturm@gentoo.org>2020-06-27 14:15:37 +0200
commit4917a4e4865c7854528acd1d95c7c1996aa57214 (patch)
tree01573f6741791da211769be91971f68bc986dcd6 /net-libs/libvncserver/libvncserver-0.9.13.ebuild
parentdev-util/gnome-builder: bump to 3.36.1 (diff)
downloadgentoo-4917a4e4865c7854528acd1d95c7c1996aa57214.tar.gz
gentoo-4917a4e4865c7854528acd1d95c7c1996aa57214.tar.bz2
gentoo-4917a4e4865c7854528acd1d95c7c1996aa57214.zip
net-libs/libvncserver: Fix tests
* Fix includetest with CMAKE_MAKEFILE_GENERATOR=ninja * Do not run tjunittest with USE=-jpeg Commiting straight to stable as only tests are affected by these changes. Closes: https://bugs.gentoo.org/729092 Bug: https://bugs.gentoo.org/729188 Signed-off-by: Alexander Tsoy <alexander@tsoy.me> Closes: https://github.com/gentoo/gentoo/pull/16411 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-libs/libvncserver/libvncserver-0.9.13.ebuild')
-rw-r--r--net-libs/libvncserver/libvncserver-0.9.13.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/net-libs/libvncserver/libvncserver-0.9.13.ebuild b/net-libs/libvncserver/libvncserver-0.9.13.ebuild
index 2adb6bf71a2a..a5f53103e42b 100644
--- a/net-libs/libvncserver/libvncserver-0.9.13.ebuild
+++ b/net-libs/libvncserver/libvncserver-0.9.13.ebuild
@@ -48,6 +48,11 @@ RDEPEND="${DEPEND}"
DOCS=( AUTHORS ChangeLog NEWS.md README.md TODO.md )
+PATCHES=(
+ "${FILESDIR}"/${P}-test-fix-includetest.patch
+ "${FILESDIR}"/${P}-test-fix-tjunittest.patch
+)
+
src_configure() {
local mycmakeargs=(
-DWITH_FFMPEG=OFF