net-misc/tigervnc: Allow building against libglvnd
authorAlexander Tsoy <alexander@tsoy.me>
Fri, 18 Oct 2019 11:46:38 +0000 (14:46 +0300)
committerJoonas Niilola <juippis@gentoo.org>
Wed, 23 Oct 2019 13:46:24 +0000 (16:46 +0300)
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@tsoy.me>
Closes: https://github.com/gentoo/gentoo/pull/13364
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
net-misc/tigervnc/tigervnc-1.9.0-r1.ebuild

index 3585565e636006d6d0f249a7e85a3c2f00dc3e62..fcdaa1be8ac51fa3593b4fbfaf6ba919062f1cf2 100644 (file)
@@ -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
 }