diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-30 16:36:01 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-30 16:36:01 +0000 |
commit | 45909bacd4a129fdc218450b46bd3adc3290ecf3 (patch) | |
tree | 50507fe6e79da067706755c6216a851829572492 /irc/xchat2/files/patch-configure | |
parent | - Update to 0.6.2 (diff) |
Fix patching on -CURRENT by using REINPLACE to do the do.
Reported by: many
Diffstat (limited to '')
-rw-r--r-- | irc/xchat2/files/patch-configure | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/irc/xchat2/files/patch-configure b/irc/xchat2/files/patch-configure index 674516a44029..0547a1b05bb9 100644 --- a/irc/xchat2/files/patch-configure +++ b/irc/xchat2/files/patch-configure @@ -15,21 +15,3 @@ ; return 0; } -@@ -12799,7 +12799,7 @@ - echo "$as_me:$LINENO: checking Python version" >&5 - echo $ECHO_N "checking Python version... $ECHO_C" >&6 - PY_VERSION=`$pythonpath -c 'import sys; print sys.version[:3]'` -- PY_PATH=`$pythonpath -c 'import sys ; print sys.path[1][5:]'` -+ PY_PATH=`$pythonpath -c 'import sys ; print sys.path[1][10:]'` - $pythonpath -c "import sys; map(int,sys.version[:3].split('.')) >= [2,2] or sys.exit(1)" - echo "$as_me:$LINENO: result: $PY_VERSION" >&5 - echo "${ECHO_T}$PY_VERSION" >&6 -@@ -12809,7 +12809,7 @@ - PY_PREFIX=`$pythonpath -c 'import sys; print sys.prefix'` - PY_EXEC_PREFIX=`$pythonpath -c 'import sys; print sys.exec_prefix'` - if test -f $PY_PREFIX/include/python$PY_VERSION/Python.h; then -- PY_LIBS="-L$PY_EXEC_PREFIX/$PY_PATH/config -lpython$PY_VERSION -pthread -lutil" -+ PY_LIBS="-L$PY_EXEC_PREFIX/lib/python$PY_VERSION/config -lpython$PY_VERSION -pthread -lutil" - PY_CFLAGS="-I$PY_PREFIX/include/python$PY_VERSION" - echo "$as_me:$LINENO: result: ok" >&5 - echo "${ECHO_T}ok" >&6 |