Gentoo Archives: gentoo-commits

From: "Wulf Krueger (philantrop)" <philantrop@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/kmplayer/files: kmplayer-0.10.0-prtypes.patch
Date: Wed, 03 Oct 2007 22:23:58
Message-Id: E1IdCUS-0000fA-Nc@stork.gentoo.org
1 philantrop 07/10/03 22:14:48
2
3 Added: kmplayer-0.10.0-prtypes.patch
4 Log:
5 Fixed a compile failure if nspr is installed. Fixes bug 194548. Thanks to Arfrever Frehtes Taifersar Arahesis for providing a patch!
6 (Portage version: 2.1.3.11)
7
8 Revision Changes Path
9 1.1 media-video/kmplayer/files/kmplayer-0.10.0-prtypes.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/kmplayer/files/kmplayer-0.10.0-prtypes.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/kmplayer/files/kmplayer-0.10.0-prtypes.patch?rev=1.1&content-type=text/plain
13
14 Index: kmplayer-0.10.0-prtypes.patch
15 ===================================================================
16 --- src/moz-sdk/jni_md.h
17 +++ src/moz-sdk/jni_md.h
18 @@ -57,7 +57,7 @@
19 #ifndef JNI_MD_H
20 #define JNI_MD_H
21
22 -#include "prtypes.h" /* needed for _declspec */
23 +#include <nspr/prtypes.h> /* needed for _declspec */
24
25 /*******************************************************************************
26 * WHAT'S UP WITH THIS FILE?
27 --- src/moz-sdk/jri_md.h
28 +++ src/moz-sdk/jri_md.h
29 @@ -43,7 +43,7 @@
30 #define JRI_MD_H
31
32 #include <assert.h>
33 -#include "prtypes.h" /* Needed for HAS_LONG_LONG ifdefs */
34 +#include <nspr/prtypes.h> /* Needed for HAS_LONG_LONG ifdefs */
35
36 #ifdef __cplusplus
37 extern "C" {
38 --- src/moz-sdk/npapi.h
39 +++ src/moz-sdk/npapi.h
40 @@ -48,7 +48,7 @@
41 #pragma pack(1)
42 #endif
43
44 -#include "prtypes.h"
45 +#include <nspr/prtypes.h>
46 /* Copied from xp_core.h */
47 /* removed #ifdef for hpux defined in /usr/include/model.h */
48 #ifndef XP_MAC
49
50
51
52 --
53 gentoo-commits@g.o mailing list