Date: Thu, 06 Apr 2023 20:03:03 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 270670] devel/llvm*: LLVM_SUFFIX with '-' breaks llvm Python modules Message-ID: <bug-270670-7788-SZOHz6n0pI@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-270670-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-270670-7788@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=3D270670 Brooks Davis <brooks@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |brooks@FreeBSD.org --- Comment #1 from Brooks Davis <brooks@FreeBSD.org> --- Comment on attachment 241325 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D241325 proposed patch I'd suggest replacing lit${LLVM_SUFFIX} with something like ${LIT_MOD_NAME} where LIT_MOD_NAME=3D lit${LLVM_SUFFIX:S/-/_/g} --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-270670-7788-SZOHz6n0pI>