Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libjwc_c/files: 612-gentoo.patch
Date: Tue, 02 Feb 2010 20:58:50
Message-Id: E1NcPpg-0004K5-G3@stork.gentoo.org
1 jlec 10/02/02 20:58:48
2
3 Added: 612-gentoo.patch
4 Log:
5 First need split xlib from ccp4
6 (Portage version: 2.2_rc62/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 x11-libs/libjwc_c/files/612-gentoo.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libjwc_c/files/612-gentoo.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libjwc_c/files/612-gentoo.patch?rev=1.1&content-type=text/plain
13
14 Index: 612-gentoo.patch
15 ===================================================================
16 diff -Nu libjwc_c-1.1/imglib.c libjwc_c/imglib.c
17 --- libjwc_c-1.1/imglib.c 1999-08-17 15:58:11.000000000 +0200
18 +++ libjwc_c/imglib.c 2004-06-03 14:24:05.000000000 +0200
19 @@ -4259,7 +4259,7 @@
20 {
21
22 /* Note: In this routine the first local axis is called 'x' and the
23 - second logal axi is called 'y' */
24 + second local axis is called 'y' */
25
26 int mxcent; /* Current max no. of elements in active
27 spots array */
28 @@ -4469,6 +4469,7 @@
29
30 /* skipping condition */
31
32 + iymid = (actspots[j].iyend+actspots[j].iybeg)/2;
33 itmp = abs(iymid-actspots[j].iycent);
34 if (abs((actspots[j].iyend+actspots[j].iybeg) -(iel+ibl))>
35 abs((actspots[j].iyend-actspots[j].iybeg) +(iel-ibl))&&