FreeBSD Bugzilla – Attachment 209560 Details for
Bug 240343
x11-themes/plasma5-breeze-gtk: Fails to build if lang/python37 is installed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for Mk/Uses/python.mk
Mk_Uses_python.mk (text/plain), 619 bytes, created by
Ting-Wei Lan
on 2019-11-30 16:57:28 UTC
(
hide
)
Description:
Patch for Mk/Uses/python.mk
Filename:
MIME Type:
Creator:
Ting-Wei Lan
Created:
2019-11-30 16:57:28 UTC
Size:
619 bytes
patch
obsolete
>Index: Mk/Uses/python.mk >=================================================================== >--- Mk/Uses/python.mk (revision 518648) >+++ Mk/Uses/python.mk (working copy) >@@ -661,7 +661,9 @@ > > # By default CMake picks up the highest available version of Python package. > # Enforce the version required by the port or the default. >-CMAKE_ARGS+= -DPython_ADDITIONAL_VERSIONS=${PYTHON_VER} >+CMAKE_ARGS+= -DPython_ADDITIONAL_VERSIONS=${PYTHON_VER} \ >+ -DPython3_FIND_STRATEGY=LOCATION \ >+ -DPython3_EXECUTABLE=${PYTHON_CMD} > > # Python 3rd-party modules > PYGAME= ${PYTHON_PKGNAMEPREFIX}game>0:devel/py-game@${PY_FLAVOR}
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 240343
:
207202
|
207213
|
209559
| 209560