From: Alexander Tsoy Date: Fri, 18 Oct 2019 11:46:38 +0000 (+0300) Subject: net-misc/tigervnc: Allow building against libglvnd X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=aa23c34635144d21d07ece168b8c31efc2468dcf;p=gentoo.git net-misc/tigervnc: Allow building against libglvnd The fix is copied over from x11-base/xorg-server Closes: https://bugs.gentoo.org/697972 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Alexander Tsoy Closes: https://github.com/gentoo/gentoo/pull/13364 Signed-off-by: Joonas Niilola --- diff --git a/net-misc/tigervnc/tigervnc-1.9.0-r1.ebuild b/net-misc/tigervnc/tigervnc-1.9.0-r1.ebuild index 3585565e6360..fcdaa1be8ac5 100644 --- a/net-misc/tigervnc/tigervnc-1.9.0-r1.ebuild +++ b/net-misc/tigervnc/tigervnc-1.9.0-r1.ebuild @@ -91,6 +91,7 @@ src_prepare() { cd unix/xserver || die eapply "${FILESDIR}"/xserver120.patch eapply "${FILESDIR}"/xserver120-drmfourcc-header.patch + sed -i -e 's/"gl >= .*"/"gl"/' configure.ac || die eautoreconf fi }