[133490] trunk/dports/graphics/enblend/Portfile
Revision: 133490 https://trac.macports.org/changeset/133490 Author: ryandesign@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
participants (1)
-
ryandesign@macports.org