summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/nsplugins/files/nsplugins-3.5.5-npapi-64bit.patch')
-rw-r--r--kde-base/nsplugins/files/nsplugins-3.5.5-npapi-64bit.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/kde-base/nsplugins/files/nsplugins-3.5.5-npapi-64bit.patch b/kde-base/nsplugins/files/nsplugins-3.5.5-npapi-64bit.patch
deleted file mode 100644
index 090219caa0b4..000000000000
--- a/kde-base/nsplugins/files/nsplugins-3.5.5-npapi-64bit.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- kdebase-3.4.2/nsplugins/sdk/npapi.h.npapi-64bit-fixes 2005-05-23 14:14:25.000000000 +0200
-+++ kdebase-3.4.2/nsplugins/sdk/npapi.h 2006-11-13 10:49:45.000000000 +0100
-@@ -58,7 +58,7 @@
- typedef unsigned short uint16;
- #endif
- #ifndef _UINT32
--#if defined(__alpha)
-+#if defined(__alpha) || defined(_AIX) || defined(__x86_64__) || defined(__LP64__)
- typedef unsigned int uint32;
- #else /* __alpha */
- typedef unsigned long uint32;
-@@ -68,7 +68,7 @@ typedef unsigned long uint32;
- typedef short int16;
- #endif
- #ifndef _INT32
--#if defined(__alpha) || defined(_AIX)
-+#if defined(__alpha) || defined(_AIX) || defined(__x86_64__) || defined(__LP64__)
- typedef int int32;
- #else /* __alpha || _AIX */
- typedef long int32;