diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2016-02-02 20:16:34 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2016-02-02 20:16:34 +0000 |
commit | ed63d28c085967c3d7a5345fb02fb6879ff4b9e9 (patch) | |
tree | 012a960d546cc034a99fa7d956e9772d0f4ade1f /lang/python32/files/patch-changeset-d158b0a78390 | |
parent | net/py-ldap3: update to 1.0.4 (diff) |
Remove expired lang/python32
Python 3.2 has reached it's EOL. Please update to Python 3.5
With hat: python
Notes
Notes:
svn path=/head/; revision=407843
Diffstat (limited to 'lang/python32/files/patch-changeset-d158b0a78390')
-rw-r--r-- | lang/python32/files/patch-changeset-d158b0a78390 | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/lang/python32/files/patch-changeset-d158b0a78390 b/lang/python32/files/patch-changeset-d158b0a78390 deleted file mode 100644 index 9f1eb2743b2c..000000000000 --- a/lang/python32/files/patch-changeset-d158b0a78390 +++ /dev/null @@ -1,24 +0,0 @@ -# HG changeset patch (based on) -# User doko@ubuntu.com -# Date 1341068713 -7200 -# Node ID d158b0a78390c104540c69d9d73f9c31fc5577dc -# Parent 575efae8ec5777b6130c29f7917d4e05303cfe12 -- Issue #3754: Some unrelated configure.ac cleanups. - ---- configure.orig 2015-01-21 11:43:28 UTC -+++ configure -@@ -9439,13 +9439,13 @@ fi - if test -z "$with_pymalloc" - then - with_pymalloc="yes" -- ABIFLAGS="${ABIFLAGS}m" - fi - if test "$with_pymalloc" != "no" - then - - $as_echo "#define WITH_PYMALLOC 1" >>confdefs.h - -+ ABIFLAGS="${ABIFLAGS}m" - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_pymalloc" >&5 - $as_echo "$with_pymalloc" >&6; } |