From ae099aec7b28f63e13f27d6c9f4042326401200a Mon Sep 17 00:00:00 2001 From: Maho Nakata Date: Fri, 15 Aug 2003 22:33:40 +0000 Subject: Committed in the cws_srx645_ooo11rc3 CVS repo. --- .../files/patch-crashrep+prj+build.lst | 8 ----- .../files/patch-crashrep+source+unx+main.cxx | 11 ------ .../files/patch-python+Python-2.2.2.patch | 40 ---------------------- 3 files changed, 59 deletions(-) delete mode 100644 editors/openoffice.org-1.1/files/patch-crashrep+prj+build.lst delete mode 100644 editors/openoffice.org-1.1/files/patch-crashrep+source+unx+main.cxx delete mode 100644 editors/openoffice.org-1.1/files/patch-python+Python-2.2.2.patch (limited to 'editors/openoffice.org-1.1') diff --git a/editors/openoffice.org-1.1/files/patch-crashrep+prj+build.lst b/editors/openoffice.org-1.1/files/patch-crashrep+prj+build.lst deleted file mode 100644 index e728cce07869..000000000000 --- a/editors/openoffice.org-1.1/files/patch-crashrep+prj+build.lst +++ /dev/null @@ -1,8 +0,0 @@ ---- ../crashrep/prj/build.lst.org Wed Jun 25 23:19:29 2003 -+++ ../crashrep/prj/build.lst Sun Jul 13 11:55:15 2003 -@@ -1,4 +1,4 @@ --cr crashrep : sal sysui gtk tools shell NULL -+cr crashrep : sal sysui gtk vcl tools shell NULL - cr crashrep usr1 - all cr_mkout NULL - cr crashrep\scripts nmake - all cr_suscript NULL - cr crashrep\source\all get - all cr_sresource NULL diff --git a/editors/openoffice.org-1.1/files/patch-crashrep+source+unx+main.cxx b/editors/openoffice.org-1.1/files/patch-crashrep+source+unx+main.cxx deleted file mode 100644 index d8eebbf124a5..000000000000 --- a/editors/openoffice.org-1.1/files/patch-crashrep+source+unx+main.cxx +++ /dev/null @@ -1,11 +0,0 @@ ---- ../crashrep/source/unx/main.cxx.orig Wed Jul 2 23:11:07 2003 -+++ ../crashrep/source/unx/main.cxx Sun Jul 13 11:56:28 2003 -@@ -73,7 +73,7 @@ - #include - #include - --#ifdef LINUX -+#if defined (LINUX) || (FREEBSD) - #include - #endif - diff --git a/editors/openoffice.org-1.1/files/patch-python+Python-2.2.2.patch b/editors/openoffice.org-1.1/files/patch-python+Python-2.2.2.patch deleted file mode 100644 index 34e95537b0b5..000000000000 --- a/editors/openoffice.org-1.1/files/patch-python+Python-2.2.2.patch +++ /dev/null @@ -1,40 +0,0 @@ ---- ../python/Python-2.2.2.patch.org Wed Jun 18 17:05:52 2003 -+++ ../python/Python-2.2.2.patch Tue Jul 15 07:52:32 2003 -@@ -1,21 +1,21 @@ - *** misc/Python-2.2.2/configure Thu Oct 10 17:26:41 2002 - --- misc/build/Python-2.2.2/configure Tue Jun 10 11:51:32 2003 --*************** --*** 1697,1702 **** ----- 1697,1710 ---- -- case $ac_sys_system in -- Darwin*) -- OPT="$OPT -no-cpp-precomp";; --+ Linux*) --+ case "`uname -m`" in --+ ppc*) --+ OPT="$OPT -fPIC";; --+ *) --+ OPT="$OPT";; --+ esac --+ ;; -- esac -- fi -+@@ -1697,6 +1697,16 @@ -+ case $ac_sys_system in -+ Darwin*) -+ OPT="$OPT -no-cpp-precomp";; -++ FreeBSD*) -++ OPT="$OPT $PTHREAD_CFLAGS";; -++ Linux*) -++ case "`uname -m`" in -++ ppc*) -++ OPT="$OPT -fPIC";; -++ *) -++ OPT="$OPT";; -++ esac -++ ;; -+ esac -+ fi - - *** misc/Python-2.2.2/Modules/_hotshot.c Mon Sep 30 18:16:13 2002 - --- misc/build/Python-2.2.2/Modules/_hotshot.c Tue Jun 10 11:56:05 2003 -- cgit v1.2.3