You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
clang-3.3: Add missing libxml2 dep and revbump.
TESTED: Built successfully on OSX 10.5 ppc, 10.5-10.6 i386, and 10.5-10.11 x86_64.
This commit is contained in:
committed by
Herby Gillot
parent
9fa03beb7b
commit
2fe0736130
@@ -9,7 +9,7 @@ PortSystem 1.0
|
||||
set llvm_version 3.3
|
||||
name llvm-${llvm_version}
|
||||
revision 14
|
||||
subport clang-${llvm_version} { revision 15 }
|
||||
subport clang-${llvm_version} { revision 16 }
|
||||
set suffix mp-${llvm_version}
|
||||
set sub_prefix ${prefix}/libexec/llvm-${llvm_version}
|
||||
dist_subdir llvm
|
||||
@@ -44,6 +44,8 @@ if {${subport} eq "llvm-${llvm_version}"} {
|
||||
library to parse C/C++ code.
|
||||
|
||||
depends_lib port:llvm-${llvm_version} port:libffi
|
||||
# c-index-test needs libxml2
|
||||
depends_lib-append port:libxml2
|
||||
depends_run port:clang_select-${llvm_version} port:ld64
|
||||
depends_build port:cctools
|
||||
depends_skip_archcheck-append cctools ld64
|
||||
|
||||
Reference in New Issue
Block a user