diff options
author | sevan <sevan@pkgsrc.org> | 2018-11-15 00:40:57 +0000 |
---|---|---|
committer | sevan <sevan@pkgsrc.org> | 2018-11-15 00:40:57 +0000 |
commit | 91dc981490515189b1438d168e00d185d931648e (patch) | |
tree | 86d093c00c972ec8b2fc5b16b19f3024045e9e55 /mk/platform | |
parent | 37476813a0d9e88e476c6d239b41062f89748a9d (diff) | |
download | pkgsrc-91dc981490515189b1438d168e00d185d931648e.tar.gz |
Minix has had some level of support for IPv6 for some years now via LWIP.
Tested on 3.4RC6 which enable host mode support as standard.
Diffstat (limited to 'mk/platform')
-rw-r--r-- | mk/platform/Minix.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/platform/Minix.mk b/mk/platform/Minix.mk index 87f7d9c3cae..edcb6ff1849 100644 --- a/mk/platform/Minix.mk +++ b/mk/platform/Minix.mk @@ -1,4 +1,4 @@ -# $NetBSD: Minix.mk,v 1.7 2018/10/29 10:53:31 sevan Exp $ +# $NetBSD: Minix.mk,v 1.8 2018/11/15 00:40:57 sevan Exp $ # # Variable definitions for the Minix operating system. @@ -30,7 +30,7 @@ _OPSYS_SYSTEM_RPATH?= /usr/lib _OPSYS_LIB_DIRS?= /usr/lib _OPSYS_INCLUDE_DIRS?= /usr/include -_OPSYS_HAS_INET6= no # IPv6 is not standard +_OPSYS_HAS_INET6= yes # IPv6 is standard _OPSYS_HAS_JAVA= no # Java is not standard _OPSYS_HAS_MANZ= no # no MANZ for gzipping of man pages _OPSYS_HAS_OSSAUDIO= no # libossaudio is available |