summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-01-26 13:13:47 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-01-26 13:13:47 +0000
commit6a7274394203fa5885d2d8e9fbc4a8205d8f41c0 (patch)
tree231821f3d917151dc04e8601c603a66db6975eec /dev-lang/yasm/files/yasm-1.1.0-skip_cython_check.patch
parentppc64 stable wrt #399849 (diff)
downloadhistorical-6a7274394203fa5885d2d8e9fbc4a8205d8f41c0.tar.gz
historical-6a7274394203fa5885d2d8e9fbc4a8205d8f41c0.tar.bz2
historical-6a7274394203fa5885d2d8e9fbc4a8205d8f41c0.zip
old
Package-Manager: portage-2.2.0_alpha84/cvs/Linux x86_64
Diffstat (limited to 'dev-lang/yasm/files/yasm-1.1.0-skip_cython_check.patch')
-rw-r--r--dev-lang/yasm/files/yasm-1.1.0-skip_cython_check.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-lang/yasm/files/yasm-1.1.0-skip_cython_check.patch b/dev-lang/yasm/files/yasm-1.1.0-skip_cython_check.patch
deleted file mode 100644
index a6538a32a81e..000000000000
--- a/dev-lang/yasm/files/yasm-1.1.0-skip_cython_check.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Skip semi-broken Cython version check because it barfs on 0.13_beta0.
-
-http://www.tortall.net/projects/yasm/ticket/222
-
---- configure.ac
-+++ configure.ac
-@@ -285,11 +285,7 @@
- AC_MSG_NOTICE([Checking to see if we can build Python bindings])
- have_python_bindings=no
- if test x$have_python = xyes; then
-- AC_MSG_CHECKING([for Cython >= 0.11.3])
-- CYTHON_CHECK_VERSION(0.11.3, [AC_MSG_RESULT(yes)
-- have_cython=yes],
-- [AC_MSG_RESULT(no)
-- have_cython=no])
-+ have_cython=yes
-
- AM_CHECK_PYTHON_HEADERS(have_python_headers=yes,have_python_headers=no)
-