pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/go
Module Name: pkgsrc
Committed By: maya
Date: Sun Apr 30 23:02:09 UTC 2017
Modified Files:
pkgsrc/lang/go: version.mk
Log Message:
go: match even more ARM with wildcards
part 1 of PR pkg/52178 from aikchar
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/lang/go/version.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/go/version.mk
diff -u pkgsrc/lang/go/version.mk:1.24 pkgsrc/lang/go/version.mk:1.25
--- pkgsrc/lang/go/version.mk:1.24 Sun Apr 9 08:23:43 2017
+++ pkgsrc/lang/go/version.mk Sun Apr 30 23:02:09 2017
@@ -1,4 +1,4 @@
-# $NetBSD: version.mk,v 1.24 2017/04/09 08:23:43 wen Exp $
+# $NetBSD: version.mk,v 1.25 2017/04/30 23:02:09 maya Exp $
.include "../../mk/bsd.prefs.mk"
@@ -13,7 +13,7 @@ GOCHAR= 8
.elif ${MACHINE_ARCH} == "x86_64"
GOARCH= amd64
GOCHAR= 6
-.elif !empty(MACHINE_ARCH:M*arm)
+.elif !empty(MACHINE_ARCH:M*arm*)
GOARCH= arm
GOCHAR= 5
.endif
Home |
Main Index |
Thread Index |
Old Index