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

(-)/usr/portage/net-irc/unrealircd/unrealircd-3.2.4.ebuild (-1 / +5 lines)
Lines 49-54 Link Here
49
}
49
}
50
50
51
src_compile() {
51
src_compile() {
52
	local myconf
53
	if use curl; then
54
		myconf="--enable-libcurl=/usr"
55
	fi
52
	econf \
56
	econf \
53
		--with-listen=5 \
57
		--with-listen=5 \
54
		--with-dpath=${D}/etc/unrealircd \
58
		--with-dpath=${D}/etc/unrealircd \
Lines 65-71 Link Here
65
		$(use_enable ssl) \
69
		$(use_enable ssl) \
66
		$(use_enable zlib ziplinks) \
70
		$(use_enable zlib ziplinks) \
67
		$(use_enable hub) \
71
		$(use_enable hub) \
68
		$(use_enable curl libcurl '/usr') \
72
		${myconf} \
69
		|| die "econf failed"
73
		|| die "econf failed"
70
74
71
	sed -i \
75
	sed -i \

Return to bug 125705