FreeBSD Bugzilla – Attachment 222707 Details for
Bug 253749
devel/shiboken2: picks up wrong llvm, registers wrong dependency, causes unnecessary rebuilds
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
fix llvm detection
shiboken_llvmconfig.diff (text/plain), 860 bytes, created by
Christoph Moench-Tegeder
on 2021-02-21 21:16:49 UTC
(
hide
)
Description:
fix llvm detection
Filename:
MIME Type:
Creator:
Christoph Moench-Tegeder
Created:
2021-02-21 21:16:49 UTC
Size:
860 bytes
patch
obsolete
>Index: devel/shiboken2/Makefile >=================================================================== >--- devel/shiboken2/Makefile (revision 566222) >+++ devel/shiboken2/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= shiboken2 > DISTVERSION= 5.15.2 >+PORTREVISION= 1 > CATEGORIES= devel > MASTER_SITES= QT/official_releases/QtForPython/shiboken2/PySide2-${DISTVERSION}-src > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -29,11 +30,11 @@ > > SHEBANG_FILES= shiboken_tool.py > >-CONFIGURE_ENV+= LLVM_CONFIG=${LOCALBASE}/bin/llvm-config${LLVM_DEFAULT} > CMAKE_ARGS+= "-DCMAKE_CXX_FLAGS=-lexecinfo" \ > "-DCMAKE_STANDARD_LIBRARIES=-lexecinfo" \ > "-DCMAKE_CXX_STANDARD_LIBRARIES=-lexecinfo" \ >- "-DUSE_PYTHON_VERSION=${PYTHON_VER}" >+ "-DUSE_PYTHON_VERSION=${PYTHON_VER}" \ >+ "-DLLVM_CONFIG=${LOCALBASE}/bin/llvm-config${LLVM_DEFAULT}" > > .include <bsd.port.pre.mk> >
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 253749
:
222707
|
222709