summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gnustep-libs/iconkit/iconkit-0.4.0.ebuild')
-rw-r--r--gnustep-libs/iconkit/iconkit-0.4.0.ebuild11
1 files changed, 9 insertions, 2 deletions
diff --git a/gnustep-libs/iconkit/iconkit-0.4.0.ebuild b/gnustep-libs/iconkit/iconkit-0.4.0.ebuild
index e986ac8893f6..cf07d7a1a2d7 100644
--- a/gnustep-libs/iconkit/iconkit-0.4.0.ebuild
+++ b/gnustep-libs/iconkit/iconkit-0.4.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/iconkit/iconkit-0.4.0.ebuild,v 1.1 2008/11/17 14:00:35 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/iconkit/iconkit-0.4.0.ebuild,v 1.2 2009/03/05 14:50:07 voyageur Exp $
inherit gnustep-2
@@ -16,3 +16,10 @@ IUSE=""
DEPEND="media-libs/libpng"
RDEPEND="${DEPEND}"
+
+src_unpack() {
+ unpack ${A}
+
+ cd "${WORKDIR}/Etoile-${PV}"
+ sed -i -e "s/-Werror//" etoile.make || die "sed failed"
+}