summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Proschofsky <suka@gentoo.org>2004-01-18 12:43:15 +0000
committerAndreas Proschofsky <suka@gentoo.org>2004-01-18 12:43:15 +0000
commit62da56238bdf853a53d1f6f84660586f981ebb96 (patch)
tree9b05d4104608e30bf152d1c99ab48f35a9da85f8 /app-office
parentmoved dev-python/Cheetah dev-python/cheetah (diff)
downloadhistorical-62da56238bdf853a53d1f6f84660586f981ebb96.tar.gz
historical-62da56238bdf853a53d1f6f84660586f981ebb96.tar.bz2
historical-62da56238bdf853a53d1f6f84660586f981ebb96.zip
remove unnecessary patch
Diffstat (limited to 'app-office')
-rw-r--r--app-office/openoffice-ximian/Manifest1
-rw-r--r--app-office/openoffice-ximian/files/1.1.0/solar_segfix.patch22
2 files changed, 0 insertions, 23 deletions
diff --git a/app-office/openoffice-ximian/Manifest b/app-office/openoffice-ximian/Manifest
index 7a3c934a772d..a647d1c7387f 100644
--- a/app-office/openoffice-ximian/Manifest
+++ b/app-office/openoffice-ximian/Manifest
@@ -14,6 +14,5 @@ MD5 9caea43966f68ba0f3d7c364c9a01b89 files/1.1.0/ooffice-wrapper-1.3 8964
MD5 0b9b6204209b8be145648863dbffaa99 files/1.1.0/openoffice-1.1.0-sparc64-fix.patch 400
MD5 7499a81bad1959834a0e6f995200e3e8 files/1.1.0/openoffice-1.1.0-linux-2.6-fix.patch 603
MD5 7992a51f23c05fdc0b3c422c171f637a files/1.1.0/config.patch 502
-MD5 028fbe21a2c72ae662729ed63a72cd80 files/1.1.0/solar_segfix.patch 577
MD5 7978a9c1f590a83622b8040ee83197a4 files/1.1.0/nptl.patch 1285
MD5 57dffa4a9df0ca77ebcca05122634d9e files/1.1.0/newstlportfix.patch 10867
diff --git a/app-office/openoffice-ximian/files/1.1.0/solar_segfix.patch b/app-office/openoffice-ximian/files/1.1.0/solar_segfix.patch
deleted file mode 100644
index 7278b6f9c117..000000000000
--- a/app-office/openoffice-ximian/files/1.1.0/solar_segfix.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- tools/source/solar/solar.c 2003-04-15 17:55:43.000000000 +0000
-+++ tools/source/solar/solar.c 2003-07-31 23:53:28.151632856 +0000
-@@ -577,7 +577,7 @@
-
- {
- char* p = NULL;
-- InfoMemoryAccess( p );
-+ /*InfoMemoryAccess( p );*/
- p = (char*)&p;
- InfoMemoryAccess( p );
- InfoMemoryTypeAccess( t_short );
---- tools/workben/solar.c 2003-04-15 17:56:37.000000000 +0000
-+++ tools/workben/solar.c 2003-08-24 14:04:39.380218904 +0000
-@@ -439,7 +439,7 @@
-
- {
- char* p = NULL;
-- CheckCharAccess( p );
-+ /*CheckCharAccess( p );*/
- p = (char*)&p;
- CheckCharAccess( p );
- }