Date: Thu, 05 Sep 2019 13:16:17 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 240343] x11-themes/plasma5-breeze-gtk: does not build if lang/python37 is installed Message-ID: <bug-240343-21822-V1T83auxY7@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-240343-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-240343-21822@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240343 --- Comment #3 from Ting-Wei Lan <lantw44@gmail.com> --- Created attachment 207213 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=207213&action=edit Patch I just found a solution for the problem. It needs -DPython3_FIND_STRATEGY=LOCATION to prefer the first one it finds instead of finding the latest version in all paths, and -DPython3_EXECUTABLE=${PYTHON_CMD} is also needed to tell find_program to skip the search. USES=gnome is added to fix a warning because the port defines USE_GNOME. -- You are receiving this mail because: You are on the CC list for the bug.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-240343-21822-V1T83auxY7>
