Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-arch/arj/files: arj-3.10.22-glibc2.10.patch
Date: Sun, 28 Jun 2009 17:54:44
Message-Id: E1MKyaR-0007y3-0H@stork.gentoo.org
1 patrick 09/06/28 17:54:43
2
3 Added: arj-3.10.22-glibc2.10.patch
4 Log:
5 Fix for glibc 2.10 compilation. Patch by hirakendu. Solves #271608
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 app-arch/arj/files/arj-3.10.22-glibc2.10.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/arj/files/arj-3.10.22-glibc2.10.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/arj/files/arj-3.10.22-glibc2.10.patch?rev=1.1&content-type=text/plain
13
14 Index: arj-3.10.22-glibc2.10.patch
15 ===================================================================
16 diff -ruN arj-3.10.22.orig/fardata.c arj-3.10.22/fardata.c
17 --- arj-3.10.22.orig/fardata.c 2004-04-17 04:39:42.000000000 -0700
18 +++ arj-3.10.22/fardata.c 2009-05-27 19:21:42.000000000 -0700
19 @@ -13,7 +13,7 @@
20 /* ASR fix 02/05/2003: need that regardless of COLOR_OUTPUT to support -jp
21 correctly */
22 #if SFX_LEVEL>=ARJ
23 - #define CUSTOM_PRINTF
24 +/* #define CUSTOM_PRINTF */
25 #define CHUNK_SIZE 512 /* Size of the output block */
26 #define CHUNK_THRESHOLD (CHUNK_SIZE-256) /* Safety bound */
27 #endif