From 0c16276e7e5ec626b18ae44e8353f332ca0a16e5 Mon Sep 17 00:00:00 2001 From: marcus Date: Tue, 11 Jul 2006 06:07:51 +0000 Subject: Update to 2.15.3. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6546 df743ca5-7f9a-e211-a948-0013205c9059 --- x11-toolkits/py-gnome2/files/patch-configure | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'x11-toolkits/py-gnome2/files') diff --git a/x11-toolkits/py-gnome2/files/patch-configure b/x11-toolkits/py-gnome2/files/patch-configure index af6b9c5e0..e54a06f1d 100644 --- a/x11-toolkits/py-gnome2/files/patch-configure +++ b/x11-toolkits/py-gnome2/files/patch-configure @@ -1,11 +1,11 @@ ---- configure.orig Tue Mar 14 08:23:11 2006 -+++ configure Tue Mar 14 08:24:01 2006 -@@ -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_LIBS}" +--- configure.orig Tue Jul 11 01:57:24 2006 ++++ configure Tue Jul 11 01:58:12 2006 +@@ -19021,7 +19021,7 @@ else + fi save_LIBS="$LIBS" - LIBS="$LIBS $PYTHON_LIBS" +-PYTHON_EMBED_LIBS="-L${py_prefix}/lib/ -lpython${PYTHON_VERSION}" ++PYTHON_EMBED_LIBS="-L${py_prefix}/lib/ -lpython${PYTHON_VERSION} ${PTHREAD_LIBS}" + LIBS="$LIBS $PYTHON_EMBED_LIBS" + cat >conftest.$ac_ext <<_ACEOF + /* confdefs.h. */ -- cgit v1.2.3