[Bug 209163] x11-toolkits/linux-c6-qt47-x11 and graphics/linux-c6-glx-utils RUN_DEPENDS missing USE_LINUX variable
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue May 3 10:00:03 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209163
--- Comment #7 from marc.priggemeyer at gmail.com ---
(In reply to Johannes Jost Meixner from comment #6)
Please see the attachments. I'm wondering about these lines:
"It looks like the
/compat/linux/usr/lib64/libGLU.so.1:/usr/ports/graphics/linux-c6-libGLU depends
line has an absolute port origin, make sure to remove ${PORTSDIR}/ from it."
It appears that in Mk/bsd.linux-apps.mk ${PORTSDIR} is prepended to all linux
ports dependencies. For a test (see below), removing it once from the line for
the libGLU dependency results in a successful build and no warning message.
Could ${PORTSDIR}/ they be removed for all of them or is there some edge case I
did not notice that might break everything?
Change
libglu_PORT= ${PORTSDIR}/graphics/linux${LINUX_BASEPORT_NAME}-libGLU
to
libglu_PORT= graphics/linux${LINUX_BASEPORT_NAME}-libGLU
in Mk/bsd.linux-apps.mk
(New ticket, btw.?)
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-emulation
mailing list