Ticket #52002: change-lilypond-libcxx.diff
File change-lilypond-libcxx.diff, 800 bytes (added by kenneth.f.cunningham@…, 8 years ago) |
---|
-
Portfile
old new 93 93 configure.args-append --with-ncsb-dir=${prefix}/share/fonts/urw-fonts \ 94 94 --disable-documentation 95 95 96 # add link to libc++ for Older Darwin Systems with libc++ installed and active 97 # this refers to all systems Mountain Lion or older with cxx_stdlib=libc++ 98 platform darwin { 99 set check.os.major 13 100 if {${check.os.major} > ${os.major}} { 101 if {${configure.cxx_stdlib} eq "libc++"} { 102 configure.ldflags-append "-lc++" 103 } 104 } 105 } 106 107 108 96 109 configure.env LTDL_LIBRARY_PATH=${prefix}/lib \ 97 110 PYTHON_CONFIG=${configure.python}-config \ 98 111 GUILE=${prefix}/bin/guile18 \