diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2003-07-31 19:34:54 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2003-07-31 19:34:54 +0000 |
commit | d6fb067853c11afb8796aa09ef04b3a5e3c1b72e (patch) | |
tree | 2069a2f20a15715d41d2b894e3e2a57f8ceff9e8 /lang/python23/files/patch-configure | |
parent | move libraries to LIB_DEPENDS and programs to BUILD_DEPENDS (diff) |
- Update to Python-2.3
- Correct pydoc search path to lang/python-doc-html port's [1]
PR: 43036 [1]
Submitted by: Emil Sit <sit@amsterdam.lcs.mit.edu> [1]
Diffstat (limited to '')
-rw-r--r-- | lang/python23/files/patch-configure | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lang/python23/files/patch-configure b/lang/python23/files/patch-configure new file mode 100644 index 000000000000..c17e753795a5 --- /dev/null +++ b/lang/python23/files/patch-configure @@ -0,0 +1,15 @@ +--- configure.orig Sun Jul 13 18:46:13 2003 ++++ configure Sat Jul 19 15:21:09 2003 +@@ -3288,6 +3288,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" ++ ;; + hp*|HP*) + LDLIBRARY='libpython$(VERSION).sl' + BLDLIBRARY='-Wl,+b,$(LIBDIR) -L. -lpython$(VERSION)' |