summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2011-04-20 15:28:29 +0000
committerBernard Cafarelli <voyageur@gentoo.org>2011-04-20 15:28:29 +0000
commit110b2a742ba7d2bbb11889aa6a986fe94da3c6e7 (patch)
tree838e34b356ece15582e9c8ce6db36103524d20cf /gnustep-libs/cddb/cddb-0.2.ebuild
parentfix build after the big libav* version bump, backported by Luca Barbato, bug ... (diff)
downloadgentoo-2-110b2a742ba7d2bbb11889aa6a986fe94da3c6e7.tar.gz
gentoo-2-110b2a742ba7d2bbb11889aa6a986fe94da3c6e7.tar.bz2
gentoo-2-110b2a742ba7d2bbb11889aa6a986fe94da3c6e7.zip
Fix compilation (use of bool keyword as variable name)
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'gnustep-libs/cddb/cddb-0.2.ebuild')
-rw-r--r--gnustep-libs/cddb/cddb-0.2.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnustep-libs/cddb/cddb-0.2.ebuild b/gnustep-libs/cddb/cddb-0.2.ebuild
index 30f70b1f4b9a..dfd28ff6acdc 100644
--- a/gnustep-libs/cddb/cddb-0.2.ebuild
+++ b/gnustep-libs/cddb/cddb-0.2.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/gnustep-libs/cddb/cddb-0.2.ebuild,v 1.3 2011/04/10 18:21:07 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/cddb/cddb-0.2.ebuild,v 1.4 2011/04/20 15:28:29 voyageur Exp $
inherit gnustep-2
@@ -20,4 +20,5 @@ src_unpack() {
cd "${S}"
epatch "${FILESDIR}"/${P}-gnustep-make-2.patch
+ epatch "${FILESDIR}"/${P}-bool.patch
}