Revision: 140745 https://trac.macports.org/changeset/140745 Author: ryandesign@macports.org Date: 2015-10-01 17:19:02 -0700 (Thu, 01 Oct 2015) Log Message: ----------- povray: fix build with boost 1.59 (#48731) Modified Paths: -------------- trunk/dports/graphics/povray/Portfile Modified: trunk/dports/graphics/povray/Portfile =================================================================== --- trunk/dports/graphics/povray/Portfile 2015-10-02 00:02:08 UTC (rev 140744) +++ trunk/dports/graphics/povray/Portfile 2015-10-02 00:19:02 UTC (rev 140745) @@ -60,7 +60,7 @@ } configure.env COMPILED_BY="MacPorts <https://www.macports.org/>" -configure.libs -lboost_system-mt +configure.libs -lboost_system-mt -lboost_thread-mt configure.args --with-boost=${prefix} \ --with-boost-thread \ --with-libjpeg=${prefix}/lib \
participants (1)
-
ryandesign@macports.org