diff options
author | ade <ade@FreeBSD.org> | 2001-04-03 21:26:23 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2001-04-03 21:26:23 +0800 |
commit | 6e773bd61e397bfc45e2588a218e1c93fd20da51 (patch) | |
tree | 4fe268a67a90f1e14640457d5eee39263227a4ce /devel/SWIG | |
parent | b129bdf5cacf7c31288810c731aa4ce54f107b5a (diff) | |
download | freebsd-ports-gnome-6e773bd61e397bfc45e2588a218e1c93fd20da51.tar.gz freebsd-ports-gnome-6e773bd61e397bfc45e2588a218e1c93fd20da51.tar.zst freebsd-ports-gnome-6e773bd61e397bfc45e2588a218e1c93fd20da51.zip |
Add missed patchfile from previous commit, oops.
Diffstat (limited to 'devel/SWIG')
-rw-r--r-- | devel/SWIG/files/patch-ah | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/devel/SWIG/files/patch-ah b/devel/SWIG/files/patch-ah new file mode 100644 index 000000000000..139e4541fb7b --- /dev/null +++ b/devel/SWIG/files/patch-ah @@ -0,0 +1,25 @@ +--- configure.orig Wed Feb 4 09:24:23 1998 ++++ configure Thu Mar 29 11:20:22 2001 +@@ -2445,3 +2445,3 @@ + +-dirs="$PYINCLUDE $PYINCLUDE/python1.5 $PYINCLUDE/python1.4 $PYINCLUDE/Py $prefix/include/python1.5 $prefix/include/python1.4 /usr/local/include/python1.5 /usr/include/python1.5 /usr/local/include/python1.4 /usr/include/python1.4 $prefix/include/Py /usr/local/include/Py /usr/include/Py" ++dirs="$PYINCLUDE $PYINCLUDE/python2.0 $PYINCLUDE/python1.5 $PYINCLUDE/Py $prefix/include/python2.0 $prefix/include/python1.5 /usr/local/include/python2.0 /usr/include/python2.0 /usr/local/include/python1.5 /usr/include/python1.5 $prefix/include/Py /usr/local/include/Py /usr/include/Py" + for i in $dirs ; do +@@ -2460,3 +2460,3 @@ + echo "configure:2461: checking for Python library" >&5 +-dirs="$PYLIB $PYLIB/config $PYLIB/lib $PYLIB/python1.5/config $PYLIB/python1.4/config $PYLIB/python/lib $prefix/lib/python1.5/config $prefix/lib/python1.4/config /usr/local/lib/python1.5/config /usr/lib/python1.5 /usr/local/lib/python1.4/config /usr/lib/python1.4 $prefix/lib/python/lib /usr/local/lib/python/lib /usr/lib/python/lib /home/sci/local/lib/python" ++dirs="$PYLIB $PYLIB/config $PYLIB/lib $PYLIB/python2.0/config $PYLIB/python1.5/config $PYLIB/python/lib $prefix/lib/python2.0/config $prefix/lib/python1.5/config /usr/local/lib/python2.0/config /usr/lib/python2.0 /usr/local/lib/python1.5/config /usr/lib/python1.5 $prefix/lib/python/lib /usr/local/lib/python/lib /usr/lib/python/lib /home/sci/local/lib/python" + +@@ -2467,6 +2467,6 @@ + PYINCLUDE="$PYINCLUDE -I$i" +- PYLINK="-lpython1.5" ++ PYLINK="-lpython1.5" + break + fi +- if test -r $i/libPython.a; then ++ if test -r $i/libpython2.0.a; then + echo "$ac_t""$i" 1>&6 +@@ -2474,2 +2474,3 @@ + PYINCLUDE="$PYINCLUDE -I$i" ++ PYLINK="-lpython2.0" + break |