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

dports at macports.org dports at macports.org
Mon Dec 15 21:04:47 PST 2014


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

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

Modified: trunk/dports/textproc/lilypond/Portfile
===================================================================
--- trunk/dports/textproc/lilypond/Portfile	2014-12-16 04:38:55 UTC (rev 129580)
+++ trunk/dports/textproc/lilypond/Portfile	2014-12-16 05:04:46 UTC (rev 129581)
@@ -37,7 +37,7 @@
                     path:lib/pkgconfig/glib-2.0.pc:glib2 \
                     port:ghostscript \
                     port:mftrace \
-                    port:guile \
+                    port:guile18 \
                     port:texinfo \
                     path:lib/pkgconfig/pango.pc:pango \
                     port:flex \
@@ -83,13 +83,20 @@
         reinplace s|/usr/bin/env\\\ python|${configure.python}| ${worksrcpath}/$file
         reinplace s|/usr/bin/python|${configure.python}| ${worksrcpath}/$file
     }
+    
+    # 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 \
     --disable-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/9bfd0082/attachment-0001.html>


More information about the macports-changes mailing list