summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2018-02-27 15:19:15 +0000
committerbsiegert <bsiegert@pkgsrc.org>2018-02-27 15:19:15 +0000
commitd7e4beb351337a2c37e10f87b256cfd9e3f303f3 (patch)
tree1b45562e7d20c9d987077a547aa2f3c6e3acbf43 /lang
parent121fa754159db36bd6ce5952bca3bda0141c1028 (diff)
downloadpkgsrc-d7e4beb351337a2c37e10f87b256cfd9e3f303f3.tar.gz
Mention that on NetBSD, Go 1.4 needs COMPAT_60 to be enabled in the kernel.
Prodded by spz@ in a recent pullup ticket.
Diffstat (limited to 'lang')
-rw-r--r--lang/go14/DESCR3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/go14/DESCR b/lang/go14/DESCR
index b1f7f7e35ef..b9e726d28d4 100644
--- a/lang/go14/DESCR
+++ b/lang/go14/DESCR
@@ -9,4 +9,5 @@ machine code yet has the convenience of garbage collection and the power
of run-time reflection. It's a fast, statically typed, compiled language
that feels like a dynamically typed, interpreted language.
-This package contains the (legacy) 1.4 release of Go.
+This package contains the (legacy) 1.4 release of Go. On NetBSD, this
+needs the COMPAT_60 option to be present in the kernel.