[151452] trunk/dports/textproc/lilypond/Portfile

snc at macports.org snc at macports.org
Tue Aug 16 08:42:52 PDT 2016


Revision: 151452
          https://trac.macports.org/changeset/151452
Author:   snc at macports.org
Date:     2016-08-16 08:42:52 -0700 (Tue, 16 Aug 2016)
Log Message:
-----------
lilypond: use libc++, #52002

Modified Paths:
--------------
    trunk/dports/textproc/lilypond/Portfile

Modified: trunk/dports/textproc/lilypond/Portfile
===================================================================
--- trunk/dports/textproc/lilypond/Portfile	2016-08-16 15:34:27 UTC (rev 151451)
+++ trunk/dports/textproc/lilypond/Portfile	2016-08-16 15:42:52 UTC (rev 151452)
@@ -93,6 +93,12 @@
 configure.args-append  --with-ncsb-dir=${prefix}/share/fonts/urw-fonts \
     --disable-documentation
 
+platform darwin {
+    if {${configure.cxx_stdlib} eq "libc++"} {
+        configure.ldflags-append    "-lc++"
+    }
+}
+
 configure.env       LTDL_LIBRARY_PATH=${prefix}/lib \
     PYTHON_CONFIG=${configure.python}-config \
     GUILE=${prefix}/bin/guile18 \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160816/005bbe92/attachment.html>


More information about the macports-changes mailing list