Index: ports/python3/pkg_info |
diff --git a/ports/python3/pkg_info b/ports/python3/pkg_info |
index 96db183301378efe07fc84cda58addcb04095390..824677a39fb8e9b11cbe431ed9e3945599ee676b 100644 |
--- a/ports/python3/pkg_info |
+++ b/ports/python3/pkg_info |
@@ -3,5 +3,7 @@ VERSION=3.4.0a4 |
ARCHIVE_ROOT=Python-3.4.0a4 |
URL=http://python.org/ftp/python/3.4.0/Python-3.4.0a4.tar.bz2 |
LICENSE=CUSTOM:LICENSE |
+# missing decimal_point member in lconv struct lconv. |
+DISABLED_LIBC=(bionic) |
DEPENDS=(readline zlib) |
SHA1=ac6283c76db1d25bdd5a9770c6bb6c69f4252144 |