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

(-)ace-5.7.2.ebuild.old (-2 / +3 lines)
Lines 14-20 Link Here
14
LICENSE="BSD as-is"
14
LICENSE="BSD as-is"
15
SLOT="0"
15
SLOT="0"
16
KEYWORDS="~x86 ~sparc ~ppc ~alpha ~amd64"
16
KEYWORDS="~x86 ~sparc ~ppc ~alpha ~amd64"
17
IUSE="X ipv6 tao ciao"
17
IUSE="X ipv6 tao ciao static-libs"
18
18
19
COMMON_DEPEND="dev-libs/openssl"
19
COMMON_DEPEND="dev-libs/openssl"
20
# TODO probably more
20
# TODO probably more
Lines 43-53 Link Here
43
	ECONF_SOURCE="${S}"
43
	ECONF_SOURCE="${S}"
44
	econf \
44
	econf \
45
		--enable-lib-all \
45
		--enable-lib-all \
46
		$(use_enable static-libs static) \
46
		$(use_with X) \
47
		$(use_with X) \
47
		$(use_enable ipv6) \
48
		$(use_enable ipv6) \
48
		|| die "econf died"
49
		|| die "econf died"
49
	# --with-qos needs ACE_HAS_RAPI
50
	# --with-qos needs ACE_HAS_RAPI
50
	emake static_libs=1 || die "emake failed"
51
	emake || die "emake failed"
51
}
52
}
52
53
53
src_install() {
54
src_install() {

Return to bug 366231