diff options
author | Fabian Groffen <grobian@gentoo.org> | 2006-04-16 09:15:29 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2006-04-16 09:15:29 +0000 |
commit | c859dc5d1b34d405102843336f2353c2f3724dd3 (patch) | |
tree | 79a1cb27f43193fb9a1192beb156455e839a9acd /gnustep-apps/cenon/cenon-3.80.ebuild | |
parent | Version bump to 1.0.6 (bug #129801) (diff) | |
download | gentoo-2-c859dc5d1b34d405102843336f2353c2f3724dd3.tar.gz gentoo-2-c859dc5d1b34d405102843336f2353c2f3724dd3.tar.bz2 gentoo-2-c859dc5d1b34d405102843336f2353c2f3724dd3.zip |
Fix a building issue with latest GNUmake as reported by Jouni Rinne (bug #130125)
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'gnustep-apps/cenon/cenon-3.80.ebuild')
-rw-r--r-- | gnustep-apps/cenon/cenon-3.80.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gnustep-apps/cenon/cenon-3.80.ebuild b/gnustep-apps/cenon/cenon-3.80.ebuild index fa57106d0057..fe9d4b6b5b18 100644 --- a/gnustep-apps/cenon/cenon-3.80.ebuild +++ b/gnustep-apps/cenon/cenon-3.80.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cenon/cenon-3.80.ebuild,v 1.1 2006/03/26 13:39:21 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cenon/cenon-3.80.ebuild,v 1.2 2006/04/16 09:15:28 grobian Exp $ inherit gnustep @@ -17,4 +17,9 @@ DEPEND="${GS_DEPEND}" RDEPEND="${GS_RDEPEND} >=gnustep-libs/cenonlibrary-3.80" +src_unpack() { + unpack ${A} + epatch "${FILESDIR}/${P}"-install.patch +} + egnustep_install_domain "Local" |