diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-12-18 10:08:32 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-12-18 10:08:32 +0000 |
commit | 213ae9a9a4fe56c95f02809a23c26af8a030b5c3 (patch) | |
tree | c2f4ec73918caaebb9c2c64e402a93f52f94018e /lang/python23/files/patch-configure | |
parent | - Reset maintainer, his email bounces: (diff) |
- Get rid python-2.3 and python-3.0 (no longer under developement)
Reviewed by: alexbl, clsung, pav
Diffstat (limited to '')
-rw-r--r-- | lang/python23/files/patch-configure | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/lang/python23/files/patch-configure b/lang/python23/files/patch-configure deleted file mode 100644 index fe9629450d08..000000000000 --- a/lang/python23/files/patch-configure +++ /dev/null @@ -1,42 +0,0 @@ ---- configure.orig Sat May 8 04:13:40 2004 -+++ configure Fri Jun 4 14:15:59 2004 -@@ -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). -@@ -3609,6 +3609,12 @@ - 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*) - LDLIBRARY='libpython$(VERSION).sl' - BLDLIBRARY='-Wl,+b,$(LIBDIR) -L. -lpython$(VERSION)' -@@ -10100,7 +10106,7 @@ - OpenBSD*|FreeBSD*) - if [ "`$CC -dM -E - </dev/null | grep __ELF__`" != "" ] - then -- LDSHARED="cc -shared ${LDFLAGS}" -+ LDSHARED="$CC -shared ${LDFLAGS}" - else - LDSHARED="ld -Bshareable ${LDFLAGS}" - fi;; -@@ -12273,7 +12279,7 @@ - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then -- ac_cv_pthread_system_supported=yes -+ ac_cv_pthread_system_supported="ignored by port" - else - echo "$as_me: program exited with status $ac_status" >&5 - echo "$as_me: failed program was:" >&5 |