Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 512170
Collapse All | Expand All

(-)unrealircd-3.2.10.2.ebuild (-1 / +6 lines)
Lines 16-22 Link Here
16
LICENSE="GPL-2"
16
LICENSE="GPL-2"
17
KEYWORDS="amd64 ppc x86 ~x86-fbsd ~amd64-linux"
17
KEYWORDS="amd64 ppc x86 ~x86-fbsd ~amd64-linux"
18
IUSE="curl ipv6 +extban-stacking +operoverride operoverride-verify +prefixaq
18
IUSE="curl ipv6 +extban-stacking +operoverride operoverride-verify +prefixaq
19
	showlistmodes shunnotices ssl topicisnuhost +usermod zlib"
19
	showlistmodes shunnotices ssl topicisnuhost +usermod zlib nofakelag"
20
20
21
RDEPEND="ssl? ( dev-libs/openssl )
21
RDEPEND="ssl? ( dev-libs/openssl )
22
	zlib? ( sys-libs/zlib )
22
	zlib? ( sys-libs/zlib )
Lines 44-49 Link Here
44
		-e "s:ircd\.tune:${EPREFIX}/var/lib/unrealircd/ircd.tune:" \
44
		-e "s:ircd\.tune:${EPREFIX}/var/lib/unrealircd/ircd.tune:" \
45
		include/config.h \
45
		include/config.h \
46
		|| die "sed failed"
46
		|| die "sed failed"
47
	
48
	if use nofakelag; then
49
		sed -i -e "s:#undef FAKELAG_CONFIGURABLE:#define FAKELAG_CONFIGURABLE:" \
50
			include/config.h || die "nofakelag failed"
51
	fi
47
}
52
}
48
53
49
src_configure() {
54
src_configure() {

Return to bug 512170