add multilib portage overwrite
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@2774 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
19
dev-lang/yasm/files/yasm-1.1.0-skip_cython_check.patch
Normal file
19
dev-lang/yasm/files/yasm-1.1.0-skip_cython_check.patch
Normal file
@@ -0,0 +1,19 @@
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user