commit: aa23c34635144d21d07ece168b8c31efc2468dcf Author: Alexander Tsoy <alexander <AT> tsoy <DOT> me> AuthorDate: Fri Oct 18 11:46:38 2019 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Wed Oct 23 13:46:24 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa23c346
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 <alexander <AT> tsoy.me> Closes: https://github.com/gentoo/gentoo/pull/13364 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> net-misc/tigervnc/tigervnc-1.9.0-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-misc/tigervnc/tigervnc-1.9.0-r1.ebuild b/net-misc/tigervnc/tigervnc-1.9.0-r1.ebuild index 3585565e636..fcdaa1be8ac 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 }
