pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/py-gnome2 Fix Python detection.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/75399d818854
branches:  trunk
changeset: 515019:75399d818854
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Jun 22 00:14:39 2006 +0000

description:
Fix Python detection.

diffstat:

 x11/py-gnome2/distinfo         |   3 ++-
 x11/py-gnome2/patches/patch-aa |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r 7fc4cfcca0fe -r 75399d818854 x11/py-gnome2/distinfo
--- a/x11/py-gnome2/distinfo    Wed Jun 21 23:52:45 2006 +0000
+++ b/x11/py-gnome2/distinfo    Thu Jun 22 00:14:39 2006 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.8 2006/04/06 16:05:26 drochner Exp $
+$NetBSD: distinfo,v 1.9 2006/06/22 00:14:39 joerg Exp $
 
 SHA1 (gnome-python-2.12.4.tar.bz2) = 1a882ec8f314d458c4c115403e9e19521e135629
 RMD160 (gnome-python-2.12.4.tar.bz2) = cb2d2f27d82ecea6746169ab0976363131e110fe
 Size (gnome-python-2.12.4.tar.bz2) = 377341 bytes
+SHA1 (patch-aa) = efb2ca2b895f3023e5e60fb42cf6f460f6fce775
diff -r 7fc4cfcca0fe -r 75399d818854 x11/py-gnome2/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/py-gnome2/patches/patch-aa    Thu Jun 22 00:14:39 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2006/06/22 00:14:39 joerg Exp $
+
+--- configure.orig     2006-06-22 00:11:20.000000000 +0000
++++ configure
+@@ -21329,7 +21329,7 @@ if $build_pyvfsmodule; then
+ echo "$as_me:$LINENO: checking for libraries required to embed python" >&5
+ echo $ECHO_N "checking for libraries required to embed python... $ECHO_C" >&6
+ py_exec_prefix=`$PYTHON -c "import sys; print sys.exec_prefix"`
+-PYTHON_LIBS="-L${py_prefix}/lib -lpython${PYTHON_VERSION}"
++PYTHON_LIBS="-L${py_prefix}/lib -lpython${PYTHON_VERSION} ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}"
+ 
+ save_LIBS="$LIBS"
+ LIBS="$LIBS $PYTHON_LIBS"



Home | Main Index | Thread Index | Old Index