FreeBSD Bugzilla – Attachment 206390 Details for
Bug 239738
factor out hardcoding of "clangXYZ" in devel/flang-clang
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to devel/flang-clang/Makefile
devel_flang-clang.diff (text/plain), 760 bytes, created by
Mark Linimon
on 2019-08-09 10:40:50 UTC
(
hide
)
Description:
patch to devel/flang-clang/Makefile
Filename:
MIME Type:
Creator:
Mark Linimon
Created:
2019-08-09 10:40:50 UTC
Size:
760 bytes
patch
obsolete
>Index: devel/flang-clang/Makefile >=================================================================== >--- devel/flang-clang/Makefile (revision 508304) >+++ devel/flang-clang/Makefile (working copy) >@@ -16,8 +16,9 @@ > > ONLY_FOR_ARCHS= amd64 > >-BUILD_DEPENDS= llvm60>=0:devel/llvm60 >-RUN_DEPENDS= llvm60>=0:devel/llvm60 >+LLVM_VER= 60 >+BUILD_DEPENDS= llvm${LLVM_VER}>=0:devel/llvm${LLVM_VER} >+RUN_DEPENDS= llvm${LLVM_VER}>=0:devel/llvm${LLVM_VER} > > USES= cmake compiler:c++11-lib libedit tar:xz perl5 \ > python shebangfix >@@ -33,7 +34,7 @@ > GH_PROJECT= flang-driver > GH_TAGNAME= 742de5f > >-CMAKE_ARGS+= -DLLVM_CONFIG=${LOCALBASE}/bin/llvm-config60 >+CMAKE_ARGS+= -DLLVM_CONFIG=${LOCALBASE}/bin/llvm-config${LLVM_VER} > > CMAKE_INSTALL_PREFIX= ${PREFIX}/flang >
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 239738
: 206390