summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2011-10-31 00:55:56 +0000
committerLars Wendler <polynomial-c@gentoo.org>2011-10-31 00:55:56 +0000
commit003729b112ee171683015a44b2f9f10f91059b4d (patch)
treedabaf6b384fa92a4082b0afd95786e1505a8e689 /games-util/xqf
parentVersion bump and remove old. (diff)
downloadgentoo-2-003729b112ee171683015a44b2f9f10f91059b4d.tar.gz
gentoo-2-003729b112ee171683015a44b2f9f10f91059b4d.tar.bz2
gentoo-2-003729b112ee171683015a44b2f9f10f91059b4d.zip
Fixed compilation with latest zlib
(Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
Diffstat (limited to 'games-util/xqf')
-rw-r--r--games-util/xqf/ChangeLog8
-rw-r--r--games-util/xqf/files/xqf-1.0.5-zlib-1.2.5.1-compile-fix.patch11
-rw-r--r--games-util/xqf/xqf-1.0.5.ebuild5
3 files changed, 20 insertions, 4 deletions
diff --git a/games-util/xqf/ChangeLog b/games-util/xqf/ChangeLog
index abe027640782..8e329dd8add6 100644
--- a/games-util/xqf/ChangeLog
+++ b/games-util/xqf/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-util/xqf
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/xqf/ChangeLog,v 1.32 2011/06/14 19:36:52 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/xqf/ChangeLog,v 1.33 2011/10/31 00:55:56 polynomial-c Exp $
+
+ 31 Oct 2011; Lars Wendler <polynomial-c@gentoo.org> xqf-1.0.5.ebuild,
+ +files/xqf-1.0.5-zlib-1.2.5.1-compile-fix.patch:
+ non-maintainer commit: Fixed compilation with latest zlib.
14 Jun 2011; Tupone Alfredo <tupone@gentoo.org> xqf-1.0.5.ebuild,
+files/xqf-1.0.5-underlink.patch:
@@ -156,7 +160,7 @@
fix sourceforge mirroring.
13 April 2002; Bart Verwilst <verwilst@gentoo.org>: just added a
- description, and cleaned up the $Header: /var/cvsroot/gentoo-x86/games-util/xqf/ChangeLog,v 1.32 2011/06/14 19:36:52 tupone Exp $
+ description, and cleaned up the $Header: /var/cvsroot/gentoo-x86/games-util/xqf/ChangeLog,v 1.33 2011/10/31 00:55:56 polynomial-c Exp $
*xqf-0.9.8 (6 Apr 2002)
diff --git a/games-util/xqf/files/xqf-1.0.5-zlib-1.2.5.1-compile-fix.patch b/games-util/xqf/files/xqf-1.0.5-zlib-1.2.5.1-compile-fix.patch
new file mode 100644
index 000000000000..9bd433b3b27e
--- /dev/null
+++ b/games-util/xqf/files/xqf-1.0.5-zlib-1.2.5.1-compile-fix.patch
@@ -0,0 +1,11 @@
+--- xqf-1.0.5/src/zip/ioapi.h
++++ xqf-1.0.5/src/zip/ioapi.h
+@@ -6,6 +6,8 @@
+ Copyright (C) 1998-2003 Gilles Vollant
+ */
+
++#define OF(x) x
++
+ #ifndef _ZLIBIOAPI_H
+ #define _ZLIBIOAPI_H
+
diff --git a/games-util/xqf/xqf-1.0.5.ebuild b/games-util/xqf/xqf-1.0.5.ebuild
index 80f185b74dd0..5cb7923ed16e 100644
--- a/games-util/xqf/xqf-1.0.5.ebuild
+++ b/games-util/xqf/xqf-1.0.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/xqf/xqf-1.0.5.ebuild,v 1.9 2011/06/14 19:36:52 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/xqf/xqf-1.0.5.ebuild,v 1.10 2011/10/31 00:55:56 polynomial-c Exp $
EAPI=2
inherit base eutils
@@ -25,7 +25,8 @@ DEPEND="${RDEPEND}
# bug #288853
PATCHES=( "${FILESDIR}"/${P}-cpu-overrun.patch
- "${FILESDIR}"/${P}-underlink.patch )
+ "${FILESDIR}"/${P}-underlink.patch
+ "${FILESDIR}"/${P}-zlib-1.2.5.1-compile-fix.patch )
src_configure() {
econf \