summaryrefslogtreecommitdiff
path: root/math/scigraphica/files/patch-ac
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-08-29 12:43:07 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-08-29 12:43:07 +0000
commitec85bad9f657c99581026396521cea60299efc4a (patch)
treed6493e6f3426f347dab77a196ae6c5f8babb1626 /math/scigraphica/files/patch-ac
parentAdd NO_LATEST_LINK. (diff)
Add scigraphica - a scientific application for data analysis and technical
graphics for Gnome desktop.
Notes
Notes: svn path=/head/; revision=32100
Diffstat (limited to 'math/scigraphica/files/patch-ac')
-rw-r--r--math/scigraphica/files/patch-ac11
1 files changed, 11 insertions, 0 deletions
diff --git a/math/scigraphica/files/patch-ac b/math/scigraphica/files/patch-ac
new file mode 100644
index 000000000000..2560b5117ef4
--- /dev/null
+++ b/math/scigraphica/files/patch-ac
@@ -0,0 +1,11 @@
+--- configure 2000/08/29 12:12:11 1.1
++++ configure 2000/08/29 12:13:43
+@@ -3409,7 +3409,7 @@
+ PY_VERSION=`python -c 'import sys ; print sys.version[0:3]'`
+ 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 -printf %h`
+ echo arrayobject.h location: $array_loc
+ PY_CFLAGS="-I$PY_PREFIX/include/python$PY_VERSION"