FreeBSD Bugzilla – Attachment 179502 Details for
Bug 216691
editors/codelite 10.0 depends on package: clang39>0 - not found
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch that fixes the clang$v options
patch-fixes-editors_codelite10.diff (text/plain), 666 bytes, created by
Mahdi Mokhtari
on 2017-02-01 23:08:01 UTC
(
hide
)
Description:
Patch that fixes the clang$v options
Filename:
MIME Type:
Creator:
Mahdi Mokhtari
Created:
2017-02-01 23:08:01 UTC
Size:
666 bytes
patch
obsolete
>Index: editors/codelite/Makefile >=================================================================== >--- editors/codelite/Makefile (revision 433005) >+++ editors/codelite/Makefile (working copy) >@@ -48,8 +48,13 @@ > .for v in 34 35 36 37 38 39 > OPTIONS_RADIO_CLANG+= CLANG$v > CLANG$v_DESC= Clang ${v:C/(.)(.)/\1.\2.x/} >-CLANG$v_BUILD_DEPENDS= clang$v>0:lang/clang$v >-CLANG$v_RUN_DEPENDS= clang$v>0:lang/clang$v >+.if $v == 39 >+CLANG$v_BUILD_DEPENDS= clang$v:devel/llvm$v >+CLANG$v_RUN_DEPENDS= clang$v:devel/llvm$v >+.else >+CLANG$v_BUILD_DEPENDS= clang$v:lang/clang$v >+CLANG$v_RUN_DEPENDS= clang$v:lang/clang$v >+.endif > > post-patch-CLANG$v-on: > @${REINPLACE_CMD} -e \
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
Flags:
mmokhi
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 216691
:
179502
|
179535