diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-12-15 22:15:42 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-12-15 22:15:42 +0000 |
commit | dd2e630ed2250b64fcc25448824728e0fce6cd94 (patch) | |
tree | e23cafe4e67281cef52c880e712b5aeae879b37d /databases/sqlrelay | |
parent | b1c2c7eea0f1a05ded51ea43af76a9442d0f394b (diff) |
Notes
Diffstat (limited to 'databases/sqlrelay')
-rw-r--r-- | databases/sqlrelay/files/patch-acsite.m4 | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/databases/sqlrelay/files/patch-acsite.m4 b/databases/sqlrelay/files/patch-acsite.m4 index 6179dfbbd2a6..18fc8eafd648 100644 --- a/databases/sqlrelay/files/patch-acsite.m4 +++ b/databases/sqlrelay/files/patch-acsite.m4 @@ -1,5 +1,5 @@ ---- acsite.m4.orig Thu Aug 5 10:04:21 2004 -+++ acsite.m4 Sat Sep 11 21:58:33 2004 +--- ./acsite.m4.orig Thu Aug 5 08:04:21 2004 ++++ ./acsite.m4 Sat Dec 11 22:01:02 2004 @@ -396,7 +396,7 @@ dnl sets the substitution variable PTHREADLIBS AC_DEFUN([FW_CHECK_PTHREAD], @@ -20,6 +20,17 @@ FW_INCLUDES(pthreads,[$PTHREADINCLUDES]) FW_LIBS(pthreads,[$PTHREADLIBS]) +@@ -1857,8 +1859,8 @@ + + if ( test -n "$PYTHONPATH" ) + then +- +- for i in "2.3" "2.2" "2.1" "2.0" "1.6" "1.5" ++ ++ for i in "2.4" "2.3" "2.2" "2.1" "2.0" "1.6" "1.5" + do + if ( test -d "$PYTHONPATH/include/python$i" -a -d "$PYTHONPATH/lib/python$i/config" ) + then @@ -2149,13 +2151,7 @@ FW_CHECK_FILE("$JAVAPATH/include/jni.h",[JAVAINCLUDES=\"-I$JAVAPATH/include\"]) if ( test -n "$JAVAINCLUDES" ) |