From 1177b8c87547d9cb950620b6e89809e77d3e8c7a Mon Sep 17 00:00:00 2001 From: Maho Nakata Date: Sun, 20 Feb 2005 04:38:57 +0000 Subject: Update to 1.9m79 o Update mozilla runtime to 1.7.5 o Add entries for newly added localized langs: hi-IN, ms [1] Submitted by: HIRANO, Kazunari [1] --- .../files/patch-project-python | 37 ---------------------- 1 file changed, 37 deletions(-) delete mode 100644 editors/openoffice.org-3-devel/files/patch-project-python (limited to 'editors/openoffice.org-3-devel/files/patch-project-python') diff --git a/editors/openoffice.org-3-devel/files/patch-project-python b/editors/openoffice.org-3-devel/files/patch-project-python deleted file mode 100644 index 6487a9f9ddb8..000000000000 --- a/editors/openoffice.org-3-devel/files/patch-project-python +++ /dev/null @@ -1,37 +0,0 @@ -#iZ and CWS -o http://www.openoffice.org/issues/show_bug.cgi?id=40181 -o pyunofixes1 - -Desctiption -need FreeBSD's definition - -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 -- cgit v1.2.3