diff options
author | wiz <wiz@pkgsrc.org> | 2018-02-20 06:42:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-02-20 06:42:32 +0000 |
commit | 3d9e5823056f095c87a28e7bc4780cd08771b224 (patch) | |
tree | 3557082baeaee4c15fe9d07afa5842cc4880295c /lang/python34 | |
parent | e1b536f2c13054b7c46527974ee8936d1a04cdb3 (diff) | |
download | pkgsrc-3d9e5823056f095c87a28e7bc4780cd08771b224.tar.gz |
python34: mark as broken on NetBSD-current due to openssl-1.1
Diffstat (limited to 'lang/python34')
-rw-r--r-- | lang/python34/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lang/python34/Makefile b/lang/python34/Makefile index 58465ed9e51..9aebe145aaf 100644 --- a/lang/python34/Makefile +++ b/lang/python34/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2018/02/05 17:35:12 adam Exp $ +# $NetBSD: Makefile,v 1.25 2018/02/20 06:42:32 wiz Exp $ .include "dist.mk" @@ -36,6 +36,10 @@ PTHREAD_OPTS+= require .include "../../mk/bsd.prefs.mk" +.if !empty(MACHINE_PLATFORM:MNetBSD-8.99.[1-9][0-9]-*) +BROKEN= python-3.4 does not support OpenSSL-1.1 +.endif + # http://bugs.python.org/issue13241 .if !empty(MACHINE_PLATFORM:MDarwin-10.*) PKGSRC_COMPILER= clang |