summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Tsoy <alexander@tsoy.me>2019-10-18 14:46:38 +0300
committerJoonas Niilola <juippis@gentoo.org>2019-10-23 16:46:24 +0300
commitaa23c34635144d21d07ece168b8c31efc2468dcf (patch)
treeb40772febfb489f9c493ae67c84061f465d31e1a /net-misc/tigervnc
parentdev-php/pecl-mcrypt: bump to 1.0.3 (diff)
downloadgentoo-aa23c34635144d21d07ece168b8c31efc2468dcf.tar.gz
gentoo-aa23c34635144d21d07ece168b8c31efc2468dcf.tar.bz2
gentoo-aa23c34635144d21d07ece168b8c31efc2468dcf.zip
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@tsoy.me> Closes: https://github.com/gentoo/gentoo/pull/13364 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-misc/tigervnc')
-rw-r--r--net-misc/tigervnc/tigervnc-1.9.0-r1.ebuild1
1 files changed, 1 insertions, 0 deletions
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
}