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