On 2016-04-06, Edd Barrett <[email protected]> wrote:
> Here's PyPy-5.0.1.
Let's get rid of the gettext module while here.
diff -uNr pypy.orig/Makefile pypy/Makefile
--- pypy.orig/Makefile Wed Apr 6 23:16:48 2016
+++ pypy/Makefile Thu Apr 7 14:33:14 2016
@@ -28,8 +28,9 @@
# PyPy is MIT; the Python libs it comes with have the same license as Python
PERMIT_PACKAGE_CDROM = Yes
-WANTLIB += bz2 c crypto curses expat ffi gdbm m ncurses panel
-WANTLIB += pthread sqlite3 ssl ${MODTCL_LIB} ${MODTK_LIB} util z
+WANTLIB += bz2 c crypto curses expat ffi gdbm iconv intl m
+WANTLIB += ncurses panel pthread sqlite3 ssl ${MODTCL_LIB}
+WANTLIB += ${MODTK_LIB} util z
MASTER_SITES = https://bitbucket.org/pypy/pypy/downloads/
MASTER_SITES0 = https://spacehopper.org/mirrors/
@@ -46,7 +47,7 @@
# if adding archs, list *all* bootstraps in SUPDISTFILES
SUPDISTFILES = ${BOOTSTRAP-amd64}:0
-MODULES += devel/gettext lang/python gcc4 lang/tcl x11/tk
+MODULES += lang/python gcc4 lang/tcl x11/tk
MODPY_VERSION = 2.7
MODGCC4_ARCHS = *
MODGCC4_LANGS = c
--
Christian "naddy" Weisgerber [email protected]