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/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D240343 --- Comment #3 from Ting-Wei Lan <lantw44@gmail.com> --- Created attachment 207213 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D207213&action= =3Dedit Patch I just found a solution for the problem. It needs -DPython3_FIND_STRATEGY=3DLOCATION to prefer the first one it finds instead= of finding the latest version in all paths, and -DPython3_EXECUTABLE=3D${PYTHO= N_CMD} is also needed to tell find_program to skip the search. USES=3Dgnome is add= ed to fix a warning because the port defines USE_GNOME. --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-240343-21822-V1T83auxY7>