[129582] trunk/dports/textproc/lilypond-devel/Portfile

dports at macports.org dports at macports.org
Mon Dec 15 21:05:01 PST 2014


Revision: 129582
          https://trac.macports.org/changeset/129582
Author:   dports at macports.org
Date:     2014-12-15 21:05:01 -0800 (Mon, 15 Dec 2014)
Log Message:
-----------
lilypond-devel: change guile dependency to guile18; see #29307

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

Modified: trunk/dports/textproc/lilypond-devel/Portfile
===================================================================
--- trunk/dports/textproc/lilypond-devel/Portfile	2014-12-16 05:04:46 UTC (rev 129581)
+++ trunk/dports/textproc/lilypond-devel/Portfile	2014-12-16 05:05:01 UTC (rev 129582)
@@ -38,7 +38,7 @@
                     port:ghostscript \
                     port:gmp \
                     port:mftrace \
-                    port:guile \
+                    port:guile18 \
                     port:texinfo \
                     path:lib/pkgconfig/pango.pc:pango \
                     port:flex \
@@ -56,12 +56,19 @@
 patchfiles          patch-scripts-build-mf2pt1.pl.diff
 post-patch {
     reinplace s|__vector|lily_vector|g ${worksrcpath}/flower/include/std-vector.hh
+    
+    # Use guile18 header files
+    reinplace s|libguile\.h|libguile18.h|g ${worksrcpath}/configure \
+        ${worksrcpath}/lily/include/lily-guile.hh
 }
 
 configure.args-append  --with-ncsb-dir=${prefix}/share/fonts/urw-fonts \
     --enable-documentation
 configure.env       LTDL_LIBRARY_PATH=${prefix}/lib \
-                    PYTHON_CONFIG=${configure.python}-config
+    PYTHON_CONFIG=${configure.python}-config \
+    GUILE=${prefix}/bin/guile18 \
+    GUILE_CONFIG=${prefix}/bin/guile18-config \
+    GUILE_TOOLS=${prefix}/bin/guile18-tools
 
 build.env           LTDL_LIBRARY_PATH=${prefix}/lib
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141215/dd2a946a/attachment.html>


More information about the macports-changes mailing list