aboutsummaryrefslogtreecommitdiff
path: root/lang/python32/files
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2015-01-21 12:34:50 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2015-01-21 12:34:50 +0000
commit5da5cfa9d34706e9ed2aca5fa93c975d151f5810 (patch)
tree6f062a178d83fba9995303a22a36e0c54a58e54c /lang/python32/files
parent17e8ac8f79795bf8d0b00bc65534440b059bc6c0 (diff)
Notes
Diffstat (limited to 'lang/python32/files')
-rw-r--r--lang/python32/files/patch-changeset-d158b0a7839024
1 files changed, 24 insertions, 0 deletions
diff --git a/lang/python32/files/patch-changeset-d158b0a78390 b/lang/python32/files/patch-changeset-d158b0a78390
new file mode 100644
index 000000000000..9f1eb2743b2c
--- /dev/null
+++ b/lang/python32/files/patch-changeset-d158b0a78390
@@ -0,0 +1,24 @@
+# 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; }