[108481] trunk/dports/security/reaver/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Jul 24 01:31:24 PDT 2013


Revision: 108481
          https://trac.macports.org/changeset/108481
Author:   ryandesign at macports.org
Date:     2013-07-24 01:31:24 -0700 (Wed, 24 Jul 2013)
Log Message:
-----------
reaver: ensure we're UsingTheRightCompiler and -arch flags

Modified Paths:
--------------
    trunk/dports/security/reaver/Portfile

Modified: trunk/dports/security/reaver/Portfile
===================================================================
--- trunk/dports/security/reaver/Portfile	2013-07-24 08:18:10 UTC (rev 108480)
+++ trunk/dports/security/reaver/Portfile	2013-07-24 08:31:24 UTC (rev 108481)
@@ -37,6 +37,8 @@
 # Disable silent rules.
 build.args          V=1
 
+build.args-append   CC="${configure.cc} [get_canonical_archflags]"
+
 post-destroot {
     xinstall -d ${destroot}${prefix}/share/doc
     copy ${worksrcpath}/docs ${destroot}${prefix}/share/doc/${name}
@@ -50,7 +52,7 @@
     }
 }
 
-# TODO: Does not consistently use -arch flags or the requested compiler.
+# TODO: ld: warning: ignoring file crypto/libcrypto.a, file was built for archive which is not the architecture being linked
 universal_variant   no
 
 notes "
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130724/3e16a541/attachment-0001.html>


More information about the macports-changes mailing list