diff options
author | Alexander Tsoy <alexander@tsoy.me> | 2019-10-18 14:46:38 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2019-10-23 16:46:24 +0300 |
commit | aa23c34635144d21d07ece168b8c31efc2468dcf (patch) | |
tree | b40772febfb489f9c493ae67c84061f465d31e1a /net-misc/tigervnc | |
parent | dev-php/pecl-mcrypt: bump to 1.0.3 (diff) | |
download | gentoo-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.ebuild | 1 |
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 } |