diff options
author | 2006-11-22 18:56:25 +0000 | |
---|---|---|
committer | 2006-11-22 18:56:25 +0000 | |
commit | c3a1320f931c76a45b189f2f57452602867d725c (patch) | |
tree | 7b28e0b469938a1be6e628d23eb8b29759dffffb /kde-base/nsplugins/files/nsplugins-3.5.5-npapi-64bit.patch | |
parent | Add metadata.xml (diff) | |
download | gentoo-2-c3a1320f931c76a45b189f2f57452602867d725c.tar.gz gentoo-2-c3a1320f931c76a45b189f2f57452602867d725c.tar.bz2 gentoo-2-c3a1320f931c76a45b189f2f57452602867d725c.zip |
Add patch for KDE bug #134341. Thanks Piotr Jaroszynski (Peper) for reporting.
(Portage version: 2.1.2_rc2-r1)
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; |