Ticket #55733: lz4.Portfile.patch
File lz4.Portfile.patch, 517 bytes (added by grumpybozo (Bill Cole), 7 years ago) |
---|
-
Portfile
old new 28 28 build.args-append PREFIX=${prefix} 29 29 destroot.args-append PREFIX=${prefix} 30 30 31 depends_lib-append lib:libc++.1:libcxx 32 configure.cxxflags -stdlib=libc++ 33 configure.cxx clang++ -stdlib=libc++ 34 31 35 if { ![variant_isset universal] } { 32 36 build.args-append CC="${configure.cc} [get_canonical_archflags cc]" 33 37 destroot.args-append CC="${configure.cc} [get_canonical_archflags cc]"