[66322] trunk/dports/lang/go-devel/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Apr 9 02:00:13 PDT 2010


Revision: 66322
          http://trac.macports.org/changeset/66322
Author:   ryandesign at macports.org
Date:     2010-04-09 02:00:11 -0700 (Fri, 09 Apr 2010)
Log Message:
-----------
go-devel: Resolved "can't read "GOARCH": no such variable" message seen by PowerPC users when doing *anything* with go-devel (including "port info", "port clean", etc.); reported http://lists.macosforge.org/pipermail/macports-users/2010-April/019700.html

Modified Paths:
--------------
    trunk/dports/lang/go-devel/Portfile

Modified: trunk/dports/lang/go-devel/Portfile
===================================================================
--- trunk/dports/lang/go-devel/Portfile	2010-04-09 05:06:16 UTC (rev 66321)
+++ trunk/dports/lang/go-devel/Portfile	2010-04-09 09:00:11 UTC (rev 66322)
@@ -40,6 +40,10 @@
     x86_64 {
         set GOARCH amd64
     }
+    default {
+        # unsupported arch, but GOARCH needs to be set to something to prevent errors
+        set GOARCH x
+    }
 }
 
 pre-fetch {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100409/f2ddf143/attachment.html>


More information about the macports-changes mailing list