diff options
author | 2006-03-17 07:49:14 +0000 | |
---|---|---|
committer | 2006-03-17 07:49:14 +0000 | |
commit | 265d32e83a9f50af4566aa86e1f2b8b63da4a886 (patch) | |
tree | a14a7a74841d6300aa950d969807f1b3049c5dbe /app-text/mpage/mpage-2.5.4.ebuild | |
parent | added dependency to net-misc/curl (diff) | |
download | gentoo-2-265d32e83a9f50af4566aa86e1f2b8b63da4a886.tar.gz gentoo-2-265d32e83a9f50af4566aa86e1f2b8b63da4a886.tar.bz2 gentoo-2-265d32e83a9f50af4566aa86e1f2b8b63da4a886.zip |
Add patch to fix compilation with gcc-4; bug #124818
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'app-text/mpage/mpage-2.5.4.ebuild')
-rw-r--r-- | app-text/mpage/mpage-2.5.4.ebuild | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/app-text/mpage/mpage-2.5.4.ebuild b/app-text/mpage/mpage-2.5.4.ebuild index f5b34d4fd443..c18779f8a297 100644 --- a/app-text/mpage/mpage-2.5.4.ebuild +++ b/app-text/mpage/mpage-2.5.4.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/mpage/mpage-2.5.4.ebuild,v 1.1 2005/11/12 14:06:31 vanquirius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/mpage/mpage-2.5.4.ebuild,v 1.2 2006/03/17 07:49:14 halcy0n Exp $ + +inherit eutils DESCRIPTION="Many to one page printing utility" HOMEPAGE="http://www.mesa.nl/" @@ -11,8 +13,11 @@ LICENSE="freedist" SLOT="0" IUSE="" -DEPEND="virtual/libc" +src_unpack() { + unpack ${A} + epatch "${FILESDIR}"/${P}-gcc4.patch +} src_compile() { emake \ CFLAGS="$CFLAGS \$(DEFS)" \ |