From 35c8a898d416e25fa1dc4acf3b460f7a3850210a Mon Sep 17 00:00:00 2001 From: Hye-Shik Chang Date: Sat, 29 Jan 2005 05:01:02 +0000 Subject: Resurrect lang/python-devel port with Python 2.5 development snapshot as of today. --- lang/python30/files/patch-configure | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 lang/python30/files/patch-configure (limited to 'lang/python30/files/patch-configure') diff --git a/lang/python30/files/patch-configure b/lang/python30/files/patch-configure deleted file mode 100644 index 9ed971ab4be7..000000000000 --- a/lang/python30/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*) -- cgit v1.2.3