Date: Mon, 21 Jun 2021 15:27:16 +0000 From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 241568] graphics/libGLU: Update to 9.0.1 Message-ID: <bug-241568-7141-LHHnkhaJui@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-241568-7141@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241568 --- Comment #6 from Jan Beich <jbeich@FreeBSD.org> --- (In reply to Jan Beich from comment #5) > libGLU seems to hardcode dependency on libGL.so (aka GLX or OpenGL on X11) > when libOpenGL.so would be enough. Nevermind, libglvnd without X11 creates opengl.pc -> gl.pc which is enough for libGLU with the following workaround: diff --git a/graphics/libGLU/Makefile b/graphics/libGLU/Makefile index d1f12b8e98b7..dc5f47675023 100644 --- a/graphics/libGLU/Makefile +++ b/graphics/libGLU/Makefile @@ -14,7 +14,7 @@ USES= gl libtool pathfix pkgconfig tar:xz xorg GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static INSTALL_TARGET= install-strip -USE_GL= gl +USE_GL= egl USE_LDCONFIG= yes .include <bsd.port.mk> -- You are receiving this mail because: You are the assignee for the bug.help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-241568-7141-LHHnkhaJui>
