Skip to content

Commit

Permalink
port:clang-12 : depends_build on the new port:binutils-dev
Browse files Browse the repository at this point in the history
Committed from host : Bola
  • Loading branch information
RJVB committed Mar 13, 2024
1 parent 78d511b commit dc731f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lang/llvm-12/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,8 @@ if {${subport} eq "llvm-${llvm_version}"} {
}
platform linux {
depends_build-append \
port:binutils
port:binutils \
port:binutils-dev
# this makes certain (?) that LLVMgold.so gets build:
configure.args-append \
-DLLVM_BINUTILS_INCDIR=${prefix}/include
Expand Down

0 comments on commit dc731f1

Please sign in to comment.