aboutsummaryrefslogtreecommitdiffstats
path: root/math/scigraphica/files/patch-ac
blob: 47910ed51b24065aeaf329d493ee5e709d5cc66b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$FreeBSD$

--- configure.orig	Sun Mar 11 12:53:57 2001
+++ configure	Sun Mar 11 12:55:30 2001
@@ -3708,7 +3708,7 @@
           PY_VVERSION=`python -c 'import sys ; print sys.version[0:5]'`
 	  	  if test -f $PY_PREFIX/include/python$PY_VERSION/Python.h; then
 		  PY_LIBS="python$PY_VERSION"
-		  PY_LIB_LOC="-L$PY_EXEC_PREFIX/lib/python$PY_VERSION/config"
+		  PY_LIB_LOC="-pthread -L$PY_EXEC_PREFIX/lib/python$PY_VERSION/config"
                   array_loc=`find $PY_PREFIX/include/python$PY_VERSION/ -name arrayobject.h | sed s/arrayobject\.h//`
                   echo arrayobject.h location: $array_loc
                   PY_CFLAGS="-I$PY_PREFIX/include/python$PY_VERSION"