FreeBSD Bugzilla – Attachment 174830 Details for
Bug 212691
emulators/virtualbox-ose 5.1.6 build error: PyIID.cpp:187:2: error: cannot initialize a member subobject of type 'hashfunc'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Allow Python3 and use correct headers & libraries
vbox.diff (text/plain), 810 bytes, created by
Jung-uk Kim
on 2016-09-16 13:05:55 UTC
(
hide
)
Description:
Allow Python3 and use correct headers & libraries
Filename:
MIME Type:
Creator:
Jung-uk Kim
Created:
2016-09-16 13:05:55 UTC
Size:
810 bytes
patch
obsolete
>Index: emulators/virtualbox-ose/Makefile >=================================================================== >--- emulators/virtualbox-ose/Makefile (revision 422252) >+++ emulators/virtualbox-ose/Makefile (working copy) >@@ -163,7 +163,7 @@ USE_TEX= dvipsk:build formats:build > .endif > > .if ${PORT_OPTIONS:MPYTHON} >-USES+= python:2 >+USES+= python > USE_PYTHON= distutils noegginfo > PYDISTUTILS_PKGNAME= vboxapi > PYDISTUTILS_PKGVERSION= 1.0 >@@ -320,6 +320,7 @@ post-patch: > ${WRKSRC}/src/libs/xpcom18a4/python/gen_python_deps.py > @${REINPLACE_CMD} \ > -e 's|\$$KBUILDDIR_BIN/kmk_sed|${LOCALBASE}/bin/kmk_sed|g' \ >+ -e 's|SUPPYTHONLIBS=.*|SUPPYTHONLIBS="${PYTHON_VERSION}${PYTHON_ABIVER}"|' \ > ${WRKSRC}/configure > .if empty(ICONV_LIB) > @${REINPLACE_CMD} -e 's|iconv||' ${WRKSRC}/Config.kmk \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 212691
:
174784
|
174830
|
174850