Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/openmotif/files: openmotif-2.3.2-solaris-2.11.patch openmotif-2.3.2-ddd-layout.patch
Date: Thu, 11 Feb 2010 10:22:58
Message-Id: E1NfWCG-0002R2-Jj@stork.gentoo.org
1 ulm 10/02/11 10:22:56
2
3 Added: openmotif-2.3.2-solaris-2.11.patch
4 openmotif-2.3.2-ddd-layout.patch
5 Log:
6 Fix layout problem with ddd, bug 303887. Add prefix keywords.
7 (Portage version: 2.2_rc62/cvs/Linux i686)
8
9 Revision Changes Path
10 1.1 x11-libs/openmotif/files/openmotif-2.3.2-solaris-2.11.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/files/openmotif-2.3.2-solaris-2.11.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/files/openmotif-2.3.2-solaris-2.11.patch?rev=1.1&content-type=text/plain
14
15 Index: openmotif-2.3.2-solaris-2.11.patch
16 ===================================================================
17 --- lib/Xm/Xmos_r.h
18 +++ lib/Xm/Xmos_r.h
19 @@ -602,7 +602,7 @@
20 # endif
21 } _Xreaddirparams;
22
23 -# if defined(AIXV3) || defined(AIXV4) || defined(_POSIX_THREAD_SAFE_FUNCTIONS)
24 +# if defined(AIXV3) || defined(AIXV4) || defined(sun) || defined(_POSIX_THREAD_SAFE_FUNCTIONS)
25 /* AIX defines the draft POSIX symbol, but uses the final API. */
26 /* POSIX final API, returns (int)0 on success. */
27 # if defined(__osf__)
28
29
30
31 1.1 x11-libs/openmotif/files/openmotif-2.3.2-ddd-layout.patch
32
33 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/files/openmotif-2.3.2-ddd-layout.patch?rev=1.1&view=markup
34 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/files/openmotif-2.3.2-ddd-layout.patch?rev=1.1&content-type=text/plain
35
36 Index: openmotif-2.3.2-ddd-layout.patch
37 ===================================================================
38 http://bugs.gentoo.org/303887
39
40 --- openmotif-2.3.2-orig/lib/Xm/PanedW.c
41 +++ openmotif-2.3.2/lib/Xm/PanedW.c
42 @@ -60,7 +60,7 @@
43 #include "MessagesI.h"
44 #include "RepTypeI.h"
45
46 -#define FIX_1476
47 +/*#define FIX_1476*/
48
49 typedef enum {FirstPane='U', LastPane='L'} Direction;