[136968] trunk/dports/devel/nettle/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Jun 1 03:50:01 PDT 2015


Revision: 136968
          https://trac.macports.org/changeset/136968
Author:   ryandesign at macports.org
Date:     2015-06-01 03:50:01 -0700 (Mon, 01 Jun 2015)
Log Message:
-----------
nettle: remove goop that prevented the universal variant from working when built on non-x86_64 machines (#43253)

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

Modified: trunk/dports/devel/nettle/Portfile
===================================================================
--- trunk/dports/devel/nettle/Portfile	2015-06-01 08:35:05 UTC (rev 136967)
+++ trunk/dports/devel/nettle/Portfile	2015-06-01 10:50:01 UTC (rev 136968)
@@ -43,20 +43,3 @@
 test.run            yes
 test.target         check
 test.env            DYLD_LIBRARY_PATH=../.lib
-
-if {[variant_isset universal]} {
-    set merger_host(x86_64) x86_64-apple-${os.platform}${os.major}
-    set merger_host(i386) i686-apple-${os.platform}${os.major}
-    set merger_configure_args(x86_64) --build=x86_64-apple-${os.platform}${os.major}
-    set merger_configure_args(i386) --build=i686-apple-${os.platform}${os.major}
-} else {
-    if {${build_arch} eq "i386"} {
-        configure.args-append \
-            --host=i686-apple-${os.platform}${os.major} \
-            --build=i686-apple-${os.platform}${os.major}
-    } elseif {${build_arch} eq "x86_64"} {
-        configure.args-append \
-            --host=${build_arch}-apple-${os.platform}${os.major} \
-            --build=${build_arch}-apple-${os.platform}${os.major}
-    }
-}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150601/2ec433ed/attachment.html>


More information about the macports-changes mailing list