aboutsummaryrefslogtreecommitdiff
path: root/lang/python/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python/files/patch-configure')
-rw-r--r--lang/python/files/patch-configure15
1 files changed, 15 insertions, 0 deletions
diff --git a/lang/python/files/patch-configure b/lang/python/files/patch-configure
new file mode 100644
index 000000000000..c17e753795a5
--- /dev/null
+++ b/lang/python/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)'