mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 22:00:31 -04:00
- 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]
15 lines
497 B
Text
15 lines
497 B
Text
--- 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)'
|