diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2012-03-25 10:37:40 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2012-03-25 10:37:40 +0000 |
commit | 572b2c4296e32fa0fce2f1e0d77893a19b9be12e (patch) | |
tree | 94bb79c4c3a75ee7cbeb76e5c1031e09d3938663 /app-misc/hivex/files/1.3.5/0003-fix_python_defenition_configure.ac.patch | |
parent | New application, bug 408051. Ebuild by Pavlos Ratis. (diff) | |
download | gentoo-2-572b2c4296e32fa0fce2f1e0d77893a19b9be12e.tar.gz gentoo-2-572b2c4296e32fa0fce2f1e0d77893a19b9be12e.tar.bz2 gentoo-2-572b2c4296e32fa0fce2f1e0d77893a19b9be12e.zip |
Bump to 1.3.5, fix autoreconf invocation in 1.3.2-r1. Thanks to slepnoga
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'app-misc/hivex/files/1.3.5/0003-fix_python_defenition_configure.ac.patch')
-rw-r--r-- | app-misc/hivex/files/1.3.5/0003-fix_python_defenition_configure.ac.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/app-misc/hivex/files/1.3.5/0003-fix_python_defenition_configure.ac.patch b/app-misc/hivex/files/1.3.5/0003-fix_python_defenition_configure.ac.patch new file mode 100644 index 000000000000..d74b17c1e7c5 --- /dev/null +++ b/app-misc/hivex/files/1.3.5/0003-fix_python_defenition_configure.ac.patch @@ -0,0 +1,16 @@ +diff --git a/configure.ac b/configure.ac +--- a/configure.ac ++++ b/configure.ac +@@ -336,8 +336,11 @@ + AC_SUBST(PYTHON_INCLUDEDIR) + AC_SUBST(PYTHON_INSTALLDIR) + ++AC_ARG_ENABLE([python], ++ AS_HELP_STRING([--with-python],[build Python binding])) ++ + AM_CONDITIONAL([HAVE_PYTHON], +- [test "x$PYTHON" != "xno" && test "x$PYTHON_INCLUDEDIR" != "x" && test "x$PYTHON_INSTALLDIR" != "x"]) ++ [test "x$PYTHON_INCLUDEDIR" != "x" -a "x$PYTHON_SITE_PACKAGES" != "x" -a "x$enable_python" = "xyes"]) + + dnl Check for Ruby and rake (optional, for Ruby bindings). + AC_ARG_ENABLE([ruby], |