[79482] trunk/dports/devel/omniORB/Portfile

jmr at macports.org jmr at macports.org
Wed Jun 15 07:36:04 PDT 2011


Revision: 79482
          http://trac.macports.org/changeset/79482
Author:   jmr at macports.org
Date:     2011-06-15 07:36:03 -0700 (Wed, 15 Jun 2011)
Log Message:
-----------
omniORB: set --build type for x86_64

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

Modified: trunk/dports/devel/omniORB/Portfile
===================================================================
--- trunk/dports/devel/omniORB/Portfile	2011-06-15 04:57:14 UTC (rev 79481)
+++ trunk/dports/devel/omniORB/Portfile	2011-06-15 14:36:03 UTC (rev 79482)
@@ -23,6 +23,10 @@
 configure.args      --with-omniORB-config="${prefix}/etc/omniORB.cfg" \
                     --with-omniNames-logdir="${prefix}/var"
 
+if {$build_arch == "x86_64" && ${os.platform} == "darwin"} {
+    configure.args-append --build=${build_arch}-apple-${os.platform}${os.version}
+}
+
 post-patch {
     reinplace "s|,prefix=\'\$PYTHON_PREFIX\'||g" ${worksrcpath}/configure
     reinplace "s|,prefix=\'\$PYTHON_EXEC_PREFIX\'||g" ${worksrcpath}/configure
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110615/1656617a/attachment.html>


More information about the macports-changes mailing list