From dc8b35d2fb836dbdec9241400c9701361b009ee9 Mon Sep 17 00:00:00 2001 From: Hye-Shik Chang Date: Mon, 29 Sep 2003 11:44:32 +0000 Subject: - Install a 'real' shared object when BUILD_SHARED=yes. [1] - Fix plist on 32bit architectures. - Bump PORTREVISION. PR: 57269 [1] Submitted by: Tim Middleton [1], Kostik I. Belousov [1] --- lang/python24/files/patch-configure | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'lang/python24/files/patch-configure') diff --git a/lang/python24/files/patch-configure b/lang/python24/files/patch-configure index 60016879c44c..271eb9522fbd 100644 --- a/lang/python24/files/patch-configure +++ b/lang/python24/files/patch-configure @@ -1,5 +1,14 @@ --- configure.orig Sun Sep 21 00:29:40 2003 -+++ configure Fri Sep 26 13:08:51 2003 ++++ configure Mon Sep 29 20:01:11 2003 +@@ -1321,7 +1321,7 @@ + VERSION=2.3 + + +-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). @@ -3596,6 +3596,12 @@ RUNSHARED=LD_LIBRARY_PATH=`pwd`:${LD_LIBRARY_PATH} INSTSONAME="$LDLIBRARY".$SOVERSION @@ -8,7 +17,7 @@ + LDLIBRARY='libpython$(VERSION).so' + BLDLIBRARY='-L. -lpython$(VERSION)' + RUNSHARED=LD_LIBRARY_PATH=`pwd`:$LD_LIBRARY_PATH -+ INSTSONAME="$LDLIBRARY" ++ INSTSONAME="$LDLIBRARY".$SOVERSION + ;; hp*|HP*) LDLIBRARY='libpython$(VERSION).sl' -- cgit v1.2.3