Ticket #55733: lz4.Portfile.patch

File lz4.Portfile.patch, 517 bytes (added by grumpybozo (Bill Cole), 6 years ago)

Portfile patch for lz4 to add libc++ dependency

  • Portfile

    old new  
    2828build.args-append    PREFIX=${prefix}
    2929destroot.args-append PREFIX=${prefix}
    3030
     31depends_lib-append   lib:libc++.1:libcxx
     32configure.cxxflags   -stdlib=libc++
     33configure.cxx        clang++ -stdlib=libc++
     34
    3135if { ![variant_isset universal] } {
    3236    build.args-append    CC="${configure.cc} [get_canonical_archflags cc]"
    3337    destroot.args-append CC="${configure.cc} [get_canonical_archflags cc]"