We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a65dc0 commit 482d7bcCopy full SHA for 482d7bc
1 file changed
srcpkgs/python2/template
@@ -1,7 +1,7 @@
1
# Template file for 'python2'
2
pkgname=python2
3
-version=2.7.18.11
4
-revision=2
+version=2.7.18.13
+revision=1
5
_commit=a22a1d856ea8c656debe6f9a8fe9fee1ffc3f144
6
pycompile_dirs="usr/lib/python2.7"
7
hostmakedepends="pkg-config"
@@ -27,6 +27,8 @@ if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
27
makedepends+=" libxcrypt-devel"
28
fi
29
30
+CFLAGS="-Wno-incompatible-pointer-types" # for tkinter
31
+
32
pre_configure() {
33
# Ensure that internal copies of expat and libffi are not used.
34
rm -r Modules/expat
0 commit comments