summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/beecrypt/files/beecrypt-3.1.0-python2.3.patch')
-rw-r--r--dev-libs/beecrypt/files/beecrypt-3.1.0-python2.3.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-libs/beecrypt/files/beecrypt-3.1.0-python2.3.patch b/dev-libs/beecrypt/files/beecrypt-3.1.0-python2.3.patch
deleted file mode 100644
index 7b92fdecfe0e..000000000000
--- a/dev-libs/beecrypt/files/beecrypt-3.1.0-python2.3.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-diff -ru beecrypt.orig/python/Makefile.in beecrypt/python/Makefile.in
---- beecrypt.orig/python/Makefile.in 2003-08-17 08:57:46.000000000 +0200
-+++ beecrypt/python/Makefile.in 2004-01-24 21:32:32.000000000 +0100
-@@ -163,11 +163,11 @@
-
- LINT = splint
-
--PYVER = 2.2
-+PYVER = $(shell python -c 'import sys; print ".".join(sys.version.split()[0].split(".")[0:2])')
-
- SUBDIRS = test
-
--pylibdir = $(shell python -c 'import sys; print sys.path[1]')
-+pythondir = $(shell python -c 'from distutils import sysconfig; print sysconfig.get_python_lib(1,0)')
- pyincdir = $(prefix)/include/python${PYVER}
-
- EXTRA_DIST = debug-py.c
-@@ -183,7 +183,6 @@
-
- LDADD =
-
--pythondir = $(pylibdir)/site-packages
- python_LTLIBRARIES = _bc.la
-
- _bc_la_SOURCES = _bc-py.c mpw-py.c rng-py.c