[126537] trunk/dports/sysutils/dvdrw-tools/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Oct 11 07:29:51 PDT 2014


Revision: 126537
          https://trac.macports.org/changeset/126537
Author:   ryandesign at macports.org
Date:     2014-10-11 07:29:51 -0700 (Sat, 11 Oct 2014)
Log Message:
-----------
dvdrw-tools: use the right compiler and -arch flags

Modified Paths:
--------------
    trunk/dports/sysutils/dvdrw-tools/Portfile

Modified: trunk/dports/sysutils/dvdrw-tools/Portfile
===================================================================
--- trunk/dports/sysutils/dvdrw-tools/Portfile	2014-10-11 14:00:30 UTC (rev 126536)
+++ trunk/dports/sysutils/dvdrw-tools/Portfile	2014-10-11 14:29:51 UTC (rev 126537)
@@ -30,6 +30,9 @@
 
 use_configure       no
 
+build.args          CC="${configure.cc} [get_canonical_archflags cc]" \
+                    CXX="${configure.cxx} [get_canonical_archflags cxx]"
+
 post-destroot {
    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
    xinstall -m 644 -W ${worksrcpath} index.html \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141011/9861fb53/attachment.html>


More information about the macports-changes mailing list