summaryrefslogtreecommitdiff
path: root/devel/swig11/files
diff options
context:
space:
mode:
Diffstat (limited to 'devel/swig11/files')
-rw-r--r--devel/swig11/files/patch-ag9
-rw-r--r--devel/swig11/files/patch-ah25
2 files changed, 0 insertions, 34 deletions
diff --git a/devel/swig11/files/patch-ag b/devel/swig11/files/patch-ag
deleted file mode 100644
index 9e3495285f37..000000000000
--- a/devel/swig11/files/patch-ag
+++ /dev/null
@@ -1,9 +0,0 @@
---- Runtime/perlrun.h.orig Mon Jun 23 05:18:37 1997
-+++ Runtime/perlrun.h Tue Aug 22 02:36:55 2000
-@@ -1,3 +1,6 @@
- #include "EXTERN.h"
- #include "perl.h"
- #include "XSUB.h"
-+
-+#define PERL_POLLUTE 1
-+#include "embedvar.h"
diff --git a/devel/swig11/files/patch-ah b/devel/swig11/files/patch-ah
deleted file mode 100644
index d460a34586f9..000000000000
--- a/devel/swig11/files/patch-ah
+++ /dev/null
@@ -1,25 +0,0 @@
---- 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.1 $PYINCLUDE/python1.5 $PYINCLUDE/Py $prefix/include/python2.1 $prefix/include/python1.5 /usr/local/include/python2.1 /usr/include/python2.1 /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.1/config $PYLIB/python1.5/config $PYLIB/python/lib $prefix/lib/python2.1/config $prefix/lib/python1.5/config /usr/local/lib/python2.1/config /usr/lib/python2.1 /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.1.a; then
- echo "$ac_t""$i" 1>&6
-@@ -2474,2 +2474,3 @@
- PYINCLUDE="$PYINCLUDE -I$i"
-+ PYLINK="-lpython2.1"
- break