[Bug 217511] emulators/virtualbox-ose: incorrect USE_GL
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Jan 29 21:05:34 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217511
Jung-uk Kim <jkim at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jkim at FreeBSD.org
--- Comment #12 from Jung-uk Kim <jkim at FreeBSD.org> ---
(In reply to Kurt Jaeger from comment #4)
This is a simple problem. Try this:
Index: emulators/virtualbox-ose/Makefile
===================================================================
--- emulators/virtualbox-ose/Makefile (revision 491592)
+++ emulators/virtualbox-ose/Makefile (working copy)
@@ -315,7 +315,9 @@ do-build:
.endif
do-install:
+.if ${PORT_OPTIONS:MPYTHON} || ${PORT_OPTIONS:MWEBSERVICE}
${MKDIR} ${STAGEDIR}${DATADIR}/sdk
+.endif
cd ${KMK_BUILDDIR}/bin/sdk/bindings/xpcom && \
${COPYTREE_SHARE} "idl samples" ${STAGEDIR}${DATADIR}
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-emulation
mailing list