[Bug 218561] net/tigervnc: glxdricommon.c:147:25: error: use of undeclared identifier '__DRI_ATTRIB_FLOAT_BIT'

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jul 25 06:19:47 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218561

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

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

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

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


More information about the freebsd-ports-bugs mailing list