summaryrefslogtreecommitdiff
path: root/lang/python31/files/patch-configure
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2005-01-21 15:36:45 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2005-01-21 15:36:45 +0000
commit7011c19a8c96a2f8fb7c04d61cb28cdc507584a6 (patch)
tree22c0efaf2b6bb5b461389f9bac9542c7e3a5909a /lang/python31/files/patch-configure
parentNow buildable on 4.x, still broken on >= 5.x. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_11_0'.release/4.11.0
Diffstat (limited to 'lang/python31/files/patch-configure')
-rw-r--r--lang/python31/files/patch-configure24
1 files changed, 0 insertions, 24 deletions
diff --git a/lang/python31/files/patch-configure b/lang/python31/files/patch-configure
deleted file mode 100644
index 9ed971ab4be7..000000000000
--- a/lang/python31/files/patch-configure
+++ /dev/null
@@ -1,24 +0,0 @@
---- configure.orig Sat Oct 4 13:27:50 2003
-+++ configure Sat Oct 4 13:29:05 2003
-@@ -1321,7 +1321,7 @@
- VERSION=2.4
-
-
--SOVERSION=1.0
-+SOVERSION=1
-
- # The later defininition of _XOPEN_SOURCE disables certain features
- # on Linux, so we need _GNU_SOURCE to re-enable them (makedev, tm_zone).
-@@ -3396,6 +3396,12 @@
- LDLIBRARY='libpython$(VERSION).so'
- BLDLIBRARY='-L. -lpython$(VERSION)'
- RUNSHARED=LD_LIBRARY_PATH=`pwd`:${LD_LIBRARY_PATH}
-+ INSTSONAME="$LDLIBRARY".$SOVERSION
-+ ;;
-+ FreeBSD*)
-+ LDLIBRARY='libpython$(VERSION).so'
-+ BLDLIBRARY='-L. -lpython$(VERSION)'
-+ RUNSHARED=LD_LIBRARY_PATH=`pwd`:$LD_LIBRARY_PATH
- INSTSONAME="$LDLIBRARY".$SOVERSION
- ;;
- hp*|HP*)