Changes between Version 1 and Version 2 of Ticket #68281, comment 7


Ignore:
Timestamp:
Feb 6, 2024, 12:28:50 AM (8 months ago)
Author:
sejmann
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #68281, comment 7

    v1 v2  
    11I doubt this was the proper way to fix it, but I got it to build/install by editing the Portfile and appending the line:
    22
    3 {{{configure.args-append -DCMAKE_INSTALL_RPATH="/opt/local/libexec/llvm-16/lib" -DCMAKE_EXE_LINKER_FLAGS="-ld_classic"}}}
     3{{{configure.args-append -DCMAKE_INSTALL_RPATH="${prefix}/libexec/llvm-16/lib" -DCMAKE_EXE_LINKER_FLAGS="-ld_classic"}}}
    44
    55I guess that workaround won't be necessary once the port is updated to zig 0.12.0