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/> References: <bug-241568-7141@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=3D241568 --- 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=3D gl libtool pathfix pkgconfig tar:xz xorg GNU_CONFIGURE=3D yes CONFIGURE_ARGS=3D --disable-static INSTALL_TARGET=3D install-strip -USE_GL=3D gl +USE_GL=3D egl USE_LDCONFIG=3D yes .include <bsd.port.mk> --=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-241568-7141-LHHnkhaJui>