summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2/files/patch-project-python
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2005-01-10 12:28:20 +0000
committerMaho Nakata <maho@FreeBSD.org>2005-01-10 12:28:20 +0000
commit242d41a6f0f736cee4d2f98fa9b1f9778af62026 (patch)
treefa44b06ae5910cd915369da1c99964e74a82fc58 /editors/openoffice.org-2/files/patch-project-python
parentAdd kasumi, a dictionary management tool for anthy kana-kanji conversion system. (diff)
Update to 1.9m71 and unbreak
Special thanks to: Pavel Janik, and Kris Kennaway They contributed for in many ways. Additional contributors. thank you very much for all: daichi, Eric Bachard, kan, lofi, Martin Hollmichel, nork, obrien, Sander Vesik, sem, and Stefan Taxhet
Notes
Notes: svn path=/head/; revision=126046
Diffstat (limited to 'editors/openoffice.org-2/files/patch-project-python')
-rw-r--r--editors/openoffice.org-2/files/patch-project-python32
1 files changed, 32 insertions, 0 deletions
diff --git a/editors/openoffice.org-2/files/patch-project-python b/editors/openoffice.org-2/files/patch-project-python
new file mode 100644
index 000000000000..195420259538
--- /dev/null
+++ b/editors/openoffice.org-2/files/patch-project-python
@@ -0,0 +1,32 @@
+http://www.openoffice.org/issues/show_bug.cgi?id=40181
+
+Index: python/Python-2.3.4.patch
+===================================================================
+RCS file: /cvs/external/python/Python-2.3.4.patch,v
+retrieving revision 1.2
+diff -u -r1.2 Python-2.3.4.patch
+--- python/Python-2.3.4.patch 15 Nov 2004 13:07:52 -0000 1.2
++++ python/Python-2.3.4.patch 3 Dec 2004 09:51:31 -0000
+@@ -13513,6 +13513,22 @@
+ *** misc/Python-2.3.4/configure Fri May 7 21:13:40 2004
+ --- misc/build/Python-2.3.4/configure Sun Nov 7 11:43:10 2004
+ ***************
++*** 523,529 ****
++ RUNSHARED=LD_LIBRARY_PATH=`pwd`:${LD_LIBRARY_PATH}
++ INSTSONAME="$LDLIBRARY".$SOVERSION
++ ;;
++! Linux*|GNU*|NetBSD*)
++ LDLIBRARY='libpython$(VERSION).so'
++ BLDLIBRARY='-L. -lpython$(VERSION)'
++ RUNSHARED=LD_LIBRARY_PATH=`pwd`:${LD_LIBRARY_PATH}
++--- 523,529 ----
++ RUNSHARED=LD_LIBRARY_PATH=`pwd`:${LD_LIBRARY_PATH}
++ INSTSONAME="$LDLIBRARY".$SOVERSION
++ ;;
++! Linux*|GNU*|NetBSD*|FreeBSD*)
++ LDLIBRARY='libpython$(VERSION).so'
++ BLDLIBRARY='-L. -lpython$(VERSION)'
++ RUNSHARED=LD_LIBRARY_PATH=`pwd`:${LD_LIBRARY_PATH}
+ *** 10129,10134 ****
+ --- 10129,10135 ----
+ case $ac_sys_system/$ac_sys_release in