FreeBSD Bugzilla – Attachment 209881 Details for
Bug 237795
Mk/Uses/python.mk: "needs Python 3.x at least, but 2.7 was specified" (eg: devel/gobject-introspection)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Mk/Uses/python.mk: remove broken conditional
Mk_Uses_python.diff (text/plain), 641 bytes, created by
Chris Hutchinson
on 2019-12-12 01:46:11 UTC
(
hide
)
Description:
Mk/Uses/python.mk: remove broken conditional
Filename:
MIME Type:
Creator:
Chris Hutchinson
Created:
2019-12-12 01:46:11 UTC
Size:
641 bytes
patch
obsolete
>Index: Mk/Uses/python.mk >=================================================================== >--- Mk/Uses/python.mk (revision 519768) >+++ Mk/Uses/python.mk (working copy) >@@ -459,10 +459,10 @@ > # try to find a different one, if the passed version fits into > # the supported version range. > PYTHON_VERSION?= python${_PYTHON_VERSION} >-.if !defined(PYTHON_NO_DEPENDS) && \ >- ${PYTHON_VERSION} != python${PYTHON_DEFAULT} >-DEPENDS_ARGS+= PYTHON_VERSION=${PYTHON_VERSION} >-.endif >+#.if !defined(PYTHON_NO_DEPENDS) && \ >+# ${PYTHON_VERSION} != python${PYTHON_DEFAULT} >+#DEPENDS_ARGS+= PYTHON_VERSION=${PYTHON_VERSION} >+#.endif > > # NOTE: > #
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 237795
:
209881