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

Collapse All | Expand All

(-)/usr/portage/games-puzzle/tetrinet/tetrinet-0.11.ebuild (-2 / +2 lines)
Line 0 Link Here
1
--- ../tetrinet-0.11-orig/sockets.c	2003-09-10 04:15:04 +0900
Lines 17-26 Link Here
17
17
18
src_unpack() {
18
src_unpack() {
19
	unpack ${A}
19
	unpack ${A}
20
	return 0
21
	cd "${S}"
20
	cd "${S}"
21
	epatch "${FILESDIR}"/${P}-no-ipv6-fix.patch
22
22
23
	# for now, make sure IPv6 is always on #32860
24
	use ipv6 && append-flags -DHAVE_IPV6
23
	use ipv6 && append-flags -DHAVE_IPV6
25
	sed -i \
24
	sed -i \
26
		-e 's/-DHAVE_IPV6//' \
25
		-e 's/-DHAVE_IPV6//' \

Return to bug 203514