diff options
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.patch | 20 |
1 files changed, 20 insertions, 0 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 new file mode 100644 index 000000000000..090219caa0b4 --- /dev/null +++ b/kde-base/nsplugins/files/nsplugins-3.5.5-npapi-64bit.patch @@ -0,0 +1,20 @@ +--- 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; |