[140745] trunk/dports/graphics/povray/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Oct 1 17:19:02 PDT 2015


Revision: 140745
          https://trac.macports.org/changeset/140745
Author:   ryandesign at 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 \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151001/30dbab0a/attachment.html>


More information about the macports-changes mailing list