Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jul 2017 06:19:47 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 218561] net/tigervnc: glxdricommon.c:147:25: error: use of undeclared identifier '__DRI_ATTRIB_FLOAT_BIT'
Message-ID:  <bug-218561-13-3PtlDX6m9u@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-218561-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-218561-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D218561

--- Comment #3 from emz@norma.perm.ru ---
By the way I managed to build this ports, by inserting these two lines in t=
he
<portworkdir>/tigervnc-1.7.1/unix/xserver/glx/glxdricommon.c:

int __DRI_ATTRIB_FLOAT_BIT =3D 0x08;
int __DRI_ATTRIB_UNSIGNED_FLOAT_BIT =3D 0x10;

as per https://forums.gentoo.org/viewtopic-t-1008964-start-0.html

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-218561-13-3PtlDX6m9u>