[74926] trunk/dports/java/openjdk6/Portfile

jmr at macports.org jmr at macports.org
Fri Jan 7 16:37:51 PST 2011


Revision: 74926
          http://trac.macports.org/changeset/74926
Author:   jmr at macports.org
Date:     2011-01-07 16:37:43 -0800 (Fri, 07 Jan 2011)
Log Message:
-----------
openjdk6: add ppc to supported_archs, should have happened as part of r73773 (#27891)

Revision Links:
--------------
    http://trac.macports.org/changeset/73773

Modified Paths:
--------------
    trunk/dports/java/openjdk6/Portfile

Modified: trunk/dports/java/openjdk6/Portfile
===================================================================
--- trunk/dports/java/openjdk6/Portfile	2011-01-08 00:11:09 UTC (rev 74925)
+++ trunk/dports/java/openjdk6/Portfile	2011-01-08 00:37:43 UTC (rev 74926)
@@ -213,7 +213,7 @@
 # regardless of the actual supported architecture. I'll be fixing this upstream (using ARCH_DATA_MODEL to
 # let the user select between amd64/i586 on any x86 target), but in the meantime, we use UNAME_MACHINE
 # to override what uname -m returns.
-supported_archs i386 x86_64
+supported_archs i386 x86_64 ppc
 if {${build_arch} == "i386"} {
     build.env-append "UNAME_MACHINE=i386"
     set openjdk_datamodel "32"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110107/e2fbbace/attachment.html>


More information about the macports-changes mailing list