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

Collapse All | Expand All

(-)wwwoffle-2.8a.ebuild.orig (-2 / +10 lines)
Lines 13-27 Link Here
13
LICENSE="GPL-2"
13
LICENSE="GPL-2"
14
IUSE="ipv6"
14
IUSE="ipv6"
15
15
16
DEPEND="sys-devel/flex
16
DEPEND=">=sys-apps/sed-4
17
	sys-apps/gawk
18
	dev-lang/perl
19
	sys-devel/flex
17
	sys-libs/zlib
20
	sys-libs/zlib
18
	sys-devel/gcc
21
	sys-devel/gcc
19
	virtual/glibc"
22
	virtual/glibc"
20
23
24
RDEPEND="sys-libs/zlib
25
	virtual/glibc"
26
27
21
src_unpack(){
28
src_unpack(){
22
	unpack ${A}
29
	unpack ${A}
23
	cd ${S}
30
	cd ${S}
24
	cd cache && sed -i -e 's#$(TAR) xpf #$(TAR) --no-same-owner -xpf #' Makefile.in
31
	sed -i -e 's#$(TAR) xpf #$(TAR) --no-same-owner -xpf #' cache/Makefile.in
32
	sed -i -e "s#^docdir=.*#docdir=\$(DESTDIR)\${prefix}/share/doc/${P}#" doc/Makefile.in
25
}
33
}
26
34
27
src_compile() {
35
src_compile() {

Return to bug 35275