[Bug 254451] graphics/mupdf: clipboard support for -gl
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Mar 21 06:48:34 UTC 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254451
--- Comment #1 from Zsolt Udvari <uzsolt at uzsolt.hu> ---
I think I found the reason.
The mupdf's source contains a file, platform/gl/gl-ui.c, and in line 402 can
found this message
(https://git.ghostscript.com/?p=mupdf.git;a=blob;f=platform/gl/gl-ui.c;h=838ce61ade8acfc550e1d8409cf93f7bba0e9b63;hb=HEAD#l399).
The line 399 contains a condition: GLUT_API_VERSION >= 6. The FreeBSD ports has
graphics/freeglut 3.0.0, and in the /usr/local/include/GL/freeglut_std.h the
GLUT_API_VERSION is:
#define GLUT_API_VERSION 4
I think the freeglut should upgrade because there is version 3.2.1 since
September 2019 (http://freeglut.sourceforge.net/index.php#download). I try
update it.
Thanks for report!
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list