Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jan 2019 21:05:31 +0000
From:      bugzilla-noreply@freebsd.org
To:        vbox@FreeBSD.org
Subject:   [Bug 217511] emulators/virtualbox-ose: incorrect USE_GL
Message-ID:  <bug-217511-26505-DrVpyMLhLY@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-217511-26505@https.bugs.freebsd.org/bugzilla/>
References:  <bug-217511-26505@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=3D217511

Jung-uk Kim <jkim@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jkim@FreeBSD.org

--- Comment #12 from Jung-uk Kim <jkim@FreeBSD.org> ---
(In reply to Kurt Jaeger from comment #4)
This is a simple problem.  Try this:

Index: emulators/virtualbox-ose/Makefile
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- 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}

--=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-217511-26505-DrVpyMLhLY>