[84126] trunk/dports/multimedia/live555/Portfile

rmstonecipher at macports.org rmstonecipher at macports.org
Sun Sep 18 15:40:11 PDT 2011


Revision: 84126
          http://trac.macports.org/changeset/84126
Author:   rmstonecipher at macports.org
Date:     2011-09-18 15:40:07 -0700 (Sun, 18 Sep 2011)
Log Message:
-----------
multimedia/live555 is now UsingTheRightCompiler (fixes #31313)

Modified Paths:
--------------
    trunk/dports/multimedia/live555/Portfile

Modified: trunk/dports/multimedia/live555/Portfile
===================================================================
--- trunk/dports/multimedia/live555/Portfile	2011-09-18 19:24:03 UTC (rev 84125)
+++ trunk/dports/multimedia/live555/Portfile	2011-09-18 22:40:07 UTC (rev 84126)
@@ -26,6 +26,11 @@
 worksrcdir       live
 configure.cmd    ./genMakefiles
 configure.pre_args {}
+
+build.args-append   C_COMPILER=${configure.cc} \
+                    CPLUSPLUS_COMPILER=${configure.cxx} \
+                    LINK='${configure.cxx} -o '
+                    
 destroot {
         xinstall -d ${destroot}${prefix}/lib
         file copy ${workpath}/live ${destroot}${prefix}/lib/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110918/a7b8a47c/attachment.html>


More information about the macports-changes mailing list