[67273] trunk/dports/devel/libcryptopp/Portfile

raphael at macports.org raphael at macports.org
Mon May 3 23:12:57 PDT 2010


Revision: 67273
          http://trac.macports.org/changeset/67273
Author:   raphael at macports.org
Date:     2010-05-03 23:12:51 -0700 (Mon, 03 May 2010)
Log Message:
-----------
libcryptopp: use configure.cxx_archflags instead of build_arch

Modified Paths:
--------------
    trunk/dports/devel/libcryptopp/Portfile

Modified: trunk/dports/devel/libcryptopp/Portfile
===================================================================
--- trunk/dports/devel/libcryptopp/Portfile	2010-05-04 02:01:25 UTC (rev 67272)
+++ trunk/dports/devel/libcryptopp/Portfile	2010-05-04 06:12:51 UTC (rev 67273)
@@ -29,7 +29,7 @@
 use_configure       no
 
 build.type          gnu
-build.env-append    CXXFLAGS="-arch ${build_arch}"
+build.env-append    CXXFLAGS="${configure.cxx_archflags}"
 
 test.run            yes
 test.cmd            ./cryptest.exe
@@ -46,6 +46,6 @@
 }
 
 variant universal {
-    build.env-delete    CXXFLAGS="-arch ${build_arch}"
+    build.env-delete    CXXFLAGS="${configure.cxx_archflags}"
     build.env-append    CXXFLAGS="${configure.universal_cxxflags}"
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100503/ff7f2059/attachment.html>


More information about the macports-changes mailing list