summaryrefslogtreecommitdiff
path: root/lang/python33/files
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2013-05-18 08:21:00 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2013-05-18 08:21:00 +0000
commit96f67b560026987a0ec234a1df7a22b81d8f166c (patch)
tree24d9b5f8345a34e1061e2799524a4278d0a00663 /lang/python33/files
parentf79710297b459bb899be9e79d145d8eca7b2b496 (diff)
Notes
Diffstat (limited to 'lang/python33/files')
-rw-r--r--lang/python33/files/patch-Modules-_ctypes-libffi-configure18
1 files changed, 2 insertions, 16 deletions
diff --git a/lang/python33/files/patch-Modules-_ctypes-libffi-configure b/lang/python33/files/patch-Modules-_ctypes-libffi-configure
index 5f24678ab3cb..8228ccc55eb0 100644
--- a/lang/python33/files/patch-Modules-_ctypes-libffi-configure
+++ b/lang/python33/files/patch-Modules-_ctypes-libffi-configure
@@ -1,5 +1,5 @@
---- ./Modules/_ctypes/libffi/configure.orig 2013-04-06 11:41:49.000000000 +0400
-+++ ./Modules/_ctypes/libffi/configure 2013-04-08 12:50:54.000000000 +0400
+--- ./Modules/_ctypes/libffi/configure.orig 2013-05-15 20:32:57.000000000 +0400
++++ ./Modules/_ctypes/libffi/configure 2013-05-18 10:56:03.000000000 +0400
@@ -6889,7 +6889,7 @@
rm -rf conftest*
;;
@@ -9,17 +9,3 @@
s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
# Find out which ABI we are using.
echo 'int i;' > conftest.$ac_ext
-@@ -14505,10 +14505,10 @@
- $as_echo_n "(cached) " >&6
- else
-
-- libffi_cv_as_x86_pcrel=yes
-+ libffi_cv_as_x86_pcrel=no
- echo '.text; foo: nop; .data; .long foo-.; .text' > conftest.s
-- if $CC $CFLAGS -c conftest.s 2>&1 | grep -i warning > /dev/null; then
-- libffi_cv_as_x86_pcrel=no
-+ if $CC $CFLAGS -c conftest.s > /dev/null; then
-+ libffi_cv_as_x86_pcrel=yes
- fi
-
- fi