Gentoo Archives: gentoo-commits

From: "Lars Wendler (polynomial-c)" <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-util/xqf/files: xqf-1.0.5-zlib-1.2.5.1-compile-fix.patch
Date: Mon, 31 Oct 2011 00:56:16
Message-Id: 20111031005556.F211A2004C@flycatcher.gentoo.org
1 polynomial-c 11/10/31 00:55:56
2
3 Added: xqf-1.0.5-zlib-1.2.5.1-compile-fix.patch
4 Log:
5 Fixed compilation with latest zlib
6
7 (Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 games-util/xqf/files/xqf-1.0.5-zlib-1.2.5.1-compile-fix.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/xqf/files/xqf-1.0.5-zlib-1.2.5.1-compile-fix.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/xqf/files/xqf-1.0.5-zlib-1.2.5.1-compile-fix.patch?rev=1.1&content-type=text/plain
14
15 Index: xqf-1.0.5-zlib-1.2.5.1-compile-fix.patch
16 ===================================================================
17 --- xqf-1.0.5/src/zip/ioapi.h
18 +++ xqf-1.0.5/src/zip/ioapi.h
19 @@ -6,6 +6,8 @@
20 Copyright (C) 1998-2003 Gilles Vollant
21 */
22
23 +#define OF(x) x
24 +
25 #ifndef _ZLIBIOAPI_H
26 #define _ZLIBIOAPI_H