aboutsummaryrefslogtreecommitdiff
path: root/math/scigraphica/files
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-03-11 11:30:01 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-03-11 11:30:01 +0000
commit36870e8ae4282e1a073a3ae2a8b980deccac517c (patch)
treefeef589fcaad3f51a76c6542aa1d9e3e40f21a2e /math/scigraphica/files
parenta2da5526a774eb613e7f8d15d4d2487fb951c9e6 (diff)
downloadports-36870e8ae4282e1a073a3ae2a8b980deccac517c.tar.gz
ports-36870e8ae4282e1a073a3ae2a8b980deccac517c.zip
Notes
Diffstat (limited to 'math/scigraphica/files')
-rw-r--r--math/scigraphica/files/patch-ac12
1 files changed, 5 insertions, 7 deletions
diff --git a/math/scigraphica/files/patch-ac b/math/scigraphica/files/patch-ac
index 9a1eb7d4a61b..47910ed51b24 100644
--- a/math/scigraphica/files/patch-ac
+++ b/math/scigraphica/files/patch-ac
@@ -1,16 +1,14 @@
$FreeBSD$
---- configure.orig Fri Feb 9 20:58:03 2001
-+++ configure Fri Feb 9 21:00:24 2001
-@@ -3546,8 +3546,8 @@
- PY_VERSION=`python -c 'import sys ; print sys.version[0:3]'`
+--- 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"
-- array_loc=`find $PY_PREFIX/include/python$PY_VERSION/ -name arrayobject.h -printf %h`
+ 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 -print | sed 's|/a.*\.h||'`
-
+ 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"