[133490] trunk/dports/graphics/enblend/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Mar 2 22:21:00 PST 2015


Revision: 133490
          https://trac.macports.org/changeset/133490
Author:   ryandesign at macports.org
Date:     2015-03-02 22:21:00 -0800 (Mon, 02 Mar 2015)
Log Message:
-----------
enblend: fix build with texinfo 5 (#41955; maintainer timeout)

Modified Paths:
--------------
    trunk/dports/graphics/enblend/Portfile

Modified: trunk/dports/graphics/enblend/Portfile
===================================================================
--- trunk/dports/graphics/enblend/Portfile	2015-03-03 05:35:40 UTC (rev 133489)
+++ trunk/dports/graphics/enblend/Portfile	2015-03-03 06:21:00 UTC (rev 133490)
@@ -45,6 +45,11 @@
                 --with-gnuplot=${prefix}/bin/gnuplot \
                 --with-openexr
 
+# Fix build with texinfo 5.
+# https://bugs.launchpad.net/enblend/+bug/1181678
+build.args-append       MAKEINFO=/usr/bin/true
+destroot.args-append    MAKEINFO=/usr/bin/true
+
 # The build uses vast amounts of memory per job.
 use_parallel_build  no
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150302/deb91f7a/attachment.html>


More information about the macports-changes mailing list