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: nia
Date: Mon Sep 9 10:31:16 UTC 2024
Modified Files:
pkgsrc/lang/go: version.mk
Log Message:
go: Do not override ONLY_FOR_PLATFORM
To generate a diff of this commit:
cvs rdiff -u -r1.215 -r1.216 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.215 pkgsrc/lang/go/version.mk:1.216
--- pkgsrc/lang/go/version.mk:1.215 Fri Sep 6 18:42:18 2024
+++ pkgsrc/lang/go/version.mk Mon Sep 9 10:31:16 2024
@@ -1,4 +1,4 @@
-# $NetBSD: version.mk,v 1.215 2024/09/06 18:42:18 bsiegert Exp $
+# $NetBSD: version.mk,v 1.216 2024/09/09 10:31:16 nia Exp $
#
# If bsd.prefs.mk is included before go-package.mk in a package, then this
@@ -30,7 +30,8 @@ GO= ${PREFIX}/go${GOVERSSUFFIX}/bin/go
# Build dependency for Go
GO_PACKAGE_DEP= go${GOVERSSUFFIX}-${GO${GOVERSSUFFIX}_VERSION}*:../../lang/go${GOVERSSUFFIX}
-ONLY_FOR_PLATFORM= *-*-i386 *-*-x86_64 *-*-earmv[67]hf *-*-aarch64
+ONLY_FOR_PLATFORM?= *-*-i386 *-*-x86_64 *-*-earmv[67]hf *-*-aarch64
+
NOT_FOR_PLATFORM= SunOS-*-i386
.if ${MACHINE_ARCH} == "i386"
GOARCH= 386
Home |
Main Index |
Thread Index |
Old Index