[84129] trunk/dports/multimedia/live555/Portfile
ryandesign at macports.org
ryandesign at macports.org
Mon Sep 19 00:59:56 PDT 2011
Revision: 84129
http://trac.macports.org/changeset/84129
Author: ryandesign at macports.org
Date: 2011-09-19 00:59:53 -0700 (Mon, 19 Sep 2011)
Log Message:
-----------
live555: use build_arch
Modified Paths:
--------------
trunk/dports/multimedia/live555/Portfile
Modified: trunk/dports/multimedia/live555/Portfile
===================================================================
--- trunk/dports/multimedia/live555/Portfile 2011-09-19 00:35:25 UTC (rev 84128)
+++ trunk/dports/multimedia/live555/Portfile 2011-09-19 07:59:53 UTC (rev 84129)
@@ -4,6 +4,7 @@
name live555
version 2010.12.14
+revision 1
categories multimedia
maintainers milosh openmaintainer
description LIVE555 Streaming Media
@@ -27,9 +28,9 @@
configure.cmd ./genMakefiles
configure.pre_args {}
-build.args-append C_COMPILER=${configure.cc} \
- CPLUSPLUS_COMPILER=${configure.cxx} \
- LINK='${configure.cxx} -o '
+build.args-append C_COMPILER='${configure.cc} [get_canonical_archflags]' \
+ CPLUSPLUS_COMPILER='${configure.cxx} [get_canonical_archflags]' \
+ LINK='${configure.cxx} [get_canonical_archflags] -o '
destroot {
xinstall -d ${destroot}${prefix}/lib
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110919/56a04ff9/attachment.html>
More information about the macports-changes
mailing list