public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-libs/rb_libtorrent/files: rb_libtorrent-0.14.1-ax_python_path.patch
@ 2008-12-28 21:35 Santiago M. Mola (coldwind)
  0 siblings, 0 replies; only message in thread
From: Santiago M. Mola (coldwind) @ 2008-12-28 21:35 UTC (permalink / raw
  To: gentoo-commits

coldwind    08/12/28 21:35:27

  Added:                rb_libtorrent-0.14.1-ax_python_path.patch
  Log:
  Version bump (bug #245731), thanks to Atman Sense <atman.sense@zise.de>. Closes bug #225931 too.
  (Portage version: 2.2_rc19/cvs/Linux 2.6.27-gentoo-r2 x86_64)

Revision  Changes    Path
1.1                  net-libs/rb_libtorrent/files/rb_libtorrent-0.14.1-ax_python_path.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/rb_libtorrent/files/rb_libtorrent-0.14.1-ax_python_path.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/rb_libtorrent/files/rb_libtorrent-0.14.1-ax_python_path.patch?rev=1.1&content-type=text/plain

Index: rb_libtorrent-0.14.1-ax_python_path.patch
===================================================================
Source: Santiago M. Mola <coldwind@gentoo.org>
Upstream: The 'locate' part is merged.
Reason: Support Python 2.6 and stop using locate to find Python headers.
--- libtorrent-rasterbar-0.14.1.orig/m4/ax_python.m4	2008-12-28 15:07:42.000000000 +0100
+++ libtorrent-rasterbar-0.14.1/m4/ax_python.m4	2008-12-28 18:48:54.000000000 +0100
@@ -58,13 +58,13 @@
 AC_DEFUN([AX_PYTHON],
 [AC_MSG_CHECKING(for python build information)
 AC_MSG_RESULT([])
-for python in python2.5 python2.4 python2.3 python2.2 python2.1 python; do
+for python in python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python; do
 AC_CHECK_PROGS(PYTHON_BIN, [$python])
 ax_python_bin=$PYTHON_BIN
 if test x$ax_python_bin != x; then
    AC_CHECK_LIB($ax_python_bin, main, ax_python_lib=$ax_python_bin, ax_python_lib=no)
    AC_CHECK_HEADER([$ax_python_bin/Python.h],
-   [[ax_python_header=`locate $ax_python_bin/Python.h | sed -e s,/Python.h,,`]],
+   [[ax_python_header=/usr/include/$ax_python_bin]],
    ax_python_header=no)
    if test $ax_python_lib != no; then
      if test $ax_python_header != no; then






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-12-28 21:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-28 21:35 [gentoo-commits] gentoo-x86 commit in net-libs/rb_libtorrent/files: rb_libtorrent-0.14.1-ax_python_path.patch Santiago M. Mola (coldwind)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox