From 34a3766b2277fd332298ddea452ece92ac8764d6 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 6 Oct 2007 14:17:07 +0000 Subject: Fix from Paul Bredbury to make sure we respect CPPFLAGS #194264. (Portage version: 2.1.3.11) --- app-arch/unzip/ChangeLog | 5 ++++- app-arch/unzip/unzip-5.52-r1.ebuild | 10 +++++----- 2 files changed, 9 insertions(+), 6 deletions(-) (limited to 'app-arch/unzip') diff --git a/app-arch/unzip/ChangeLog b/app-arch/unzip/ChangeLog index 2a25db4d8d54..47a7e8d85b8c 100644 --- a/app-arch/unzip/ChangeLog +++ b/app-arch/unzip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-arch/unzip # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/ChangeLog,v 1.48 2007/02/21 20:03:56 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/ChangeLog,v 1.49 2007/10/06 14:17:07 vapier Exp $ + + 06 Oct 2007; Mike Frysinger unzip-5.52-r1.ebuild: + Fix from Paul Bredbury to make sure we respect CPPFLAGS #194264. 21 Feb 2007; Piotr JaroszyƄski ChangeLog: Transition to Manifest2. diff --git a/app-arch/unzip/unzip-5.52-r1.ebuild b/app-arch/unzip/unzip-5.52-r1.ebuild index f9637a668d5d..4806275256a0 100644 --- a/app-arch/unzip/unzip-5.52-r1.ebuild +++ b/app-arch/unzip/unzip-5.52-r1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/unzip-5.52-r1.ebuild,v 1.19 2007/02/28 21:53:29 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/unzip-5.52-r1.ebuild,v 1.20 2007/10/06 14:17:07 vapier Exp $ inherit eutils toolchain-funcs flag-o-matic -DESCRIPTION="Unzipper for pkzip-compressed files" -HOMEPAGE="ftp://ftp.info-zip.org/pub/infozip/UnZip.html" +DESCRIPTION="unzipper for pkzip-compressed files" +HOMEPAGE="http://www.info-zip.org/" SRC_URI="ftp://ftp.info-zip.org/pub/infozip/src/${PN}${PV/.}.tar.gz" LICENSE="Info-ZIP" @@ -20,8 +20,8 @@ src_unpack() { cd "${S}" epatch "${FILESDIR}"/${P}-no-exec-stack.patch sed -i \ - -e 's:-O3:$(CFLAGS):' \ - -e 's:-O :$(CFLAGS) :' \ + -e 's:-O3:$(CFLAGS) $(CPPFLAGS):' \ + -e 's:-O :$(CFLAGS) $(CPPFLAGS) :' \ -e "s:CC=gcc :CC=$(tc-getCC) :" \ -e "s:LD=gcc :LD=$(tc-getCC) :" \ -e 's:LF2 = -s:LF2 = :' \ -- cgit v1.2.3-65-gdbad