summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2008-01-04 13:01:27 +0000
committerBernard Cafarelli <voyageur@gentoo.org>2008-01-04 13:01:27 +0000
commit91d0bccf0ccc63b7907de9be2a1d1127c6d2fa63 (patch)
treebb2f4176649a6a6f8200284a09378ff287cd99ac /gnustep-apps/cynthiune/cynthiune-0.9.5-r1.ebuild
parentarm keyword for bug 203717 (diff)
downloadgentoo-2-91d0bccf0ccc63b7907de9be2a1d1127c6d2fa63.tar.gz
gentoo-2-91d0bccf0ccc63b7907de9be2a1d1127c6d2fa63.tar.bz2
gentoo-2-91d0bccf0ccc63b7907de9be2a1d1127c6d2fa63.zip
Add compilation fix for stricter gnustep
(Portage version: 2.1.4_rc14)
Diffstat (limited to 'gnustep-apps/cynthiune/cynthiune-0.9.5-r1.ebuild')
-rw-r--r--gnustep-apps/cynthiune/cynthiune-0.9.5-r1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnustep-apps/cynthiune/cynthiune-0.9.5-r1.ebuild b/gnustep-apps/cynthiune/cynthiune-0.9.5-r1.ebuild
index f9b6763ba71c..5fbf98a41af9 100644
--- a/gnustep-apps/cynthiune/cynthiune-0.9.5-r1.ebuild
+++ b/gnustep-apps/cynthiune/cynthiune-0.9.5-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cynthiune/cynthiune-0.9.5-r1.ebuild,v 1.2 2008/01/01 23:16:41 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cynthiune/cynthiune-0.9.5-r1.ebuild,v 1.3 2008/01/04 13:01:27 voyageur Exp $
inherit gnustep-2
@@ -33,11 +33,12 @@ RDEPEND="${DEPEND}"
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
epatch "${FILESDIR}"/${P}-flac-1.1.3.patch
epatch "${FILESDIR}"/${P}-set-macro.patch
epatch "${FILESDIR}"/${P}-NSCellExtensions.patch
+ epatch "${FILESDIR}"/${P}-NSMutableDictionary.patch
epatch "${FILESDIR}"/${P}-gnustep-make-2.patch
}