Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 275244 | Differences between
and this patch

Collapse All | Expand All

(-)unzip-5.52-r2.ebuild (-2 / +5 lines)
Lines 1-4 Link Here
1
# Copyright 1999-2008 Gentoo Foundation
1
# Copyright 1999-2009 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/www/viewcvs.gentoo.org/raw_cvs/gentoo-x86/app-arch/unzip/unzip-5.52-r2.ebuild,v 1.8 2008/10/23 02:46:26 flameeyes Exp $
3
# $Header: /var/www/viewcvs.gentoo.org/raw_cvs/gentoo-x86/app-arch/unzip/unzip-5.52-r2.ebuild,v 1.8 2008/10/23 02:46:26 flameeyes Exp $
4
4
Lines 11-17 Link Here
11
LICENSE="Info-ZIP"
11
LICENSE="Info-ZIP"
12
SLOT="0"
12
SLOT="0"
13
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
13
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
14
IUSE=""
14
IUSE="cyrillic"
15
15
16
DEPEND=""
16
DEPEND=""
17
17
Lines 20-25 Link Here
20
	cd "${S}"
20
	cd "${S}"
21
	epatch "${FILESDIR}"/${P}-no-exec-stack.patch
21
	epatch "${FILESDIR}"/${P}-no-exec-stack.patch
22
	epatch "${FILESDIR}"/${P}-CVE-2008-0888.patch #213761
22
	epatch "${FILESDIR}"/${P}-CVE-2008-0888.patch #213761
23
	if use cyrillic; then
24
		epatch "${FILESDIR}"/unzip-5.50-iconv-v1.2-utf8.patch
25
	fi
23
	sed -i \
26
	sed -i \
24
		-e 's:-O3:$(CFLAGS) $(CPPFLAGS):' \
27
		-e 's:-O3:$(CFLAGS) $(CPPFLAGS):' \
25
		-e 's:-O :$(CFLAGS) $(CPPFLAGS) :' \
28
		-e 's:-O :$(CFLAGS) $(CPPFLAGS) :' \

Return to bug 275244