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: Fri Dec 2 20:26:01 UTC 2016
Modified Files:
pkgsrc/lang/go: version.mk
Log Message:
go: more wildcards for arm
my rpi1's machine_platform is ..-earmv6hf and needs this to match
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 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.19 pkgsrc/lang/go/version.mk:1.20
--- pkgsrc/lang/go/version.mk:1.19 Sun Nov 27 21:07:21 2016
+++ pkgsrc/lang/go/version.mk Fri Dec 2 20:26:01 2016
@@ -1,11 +1,11 @@
-# $NetBSD: version.mk,v 1.19 2016/11/27 21:07:21 maya Exp $
+# $NetBSD: version.mk,v 1.20 2016/12/02 20:26:01 maya Exp $
.include "../../mk/bsd.prefs.mk"
GO_VERSION= 1.7.3
GO14_VERSION= 1.4.3
-ONLY_FOR_PLATFORM= *-*-i386 *-*-x86_64 *-*-*arm
+ONLY_FOR_PLATFORM= *-*-i386 *-*-x86_64 *-*-*arm*
NOT_FOR_PLATFORM= SunOS-*-i386
.if ${MACHINE_ARCH} == "i386"
GOARCH= 386
Home |
Main Index |
Thread Index |
Old Index