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

Collapse All | Expand All

(-)/usr/portage/dev-libs/ossp-uuid/ossp-uuid-1.6.2.ebuild (-3 / +7 lines)
Lines 19-27 Link Here
19
LICENSE="as-is"
19
LICENSE="as-is"
20
SLOT="0"
20
SLOT="0"
21
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd"
21
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd"
22
IUSE="+cxx php"
22
IUSE="+cxx perl php"
23
23
24
DEPEND=""
24
DEPEND="perl? ( dev-lang/perl )"
25
RDEPEND="${DEPEND}"
25
RDEPEND="${DEPEND}"
26
26
27
S="${WORKDIR}/${MY_P}"
27
S="${WORKDIR}/${MY_P}"
Lines 32-37 Link Here
32
33
33
	epatch "${FILESDIR}/${P}-gentoo.patch"
34
	epatch "${FILESDIR}/${P}-gentoo.patch"
34
35
36
	if use perl; then
37
		epatch "${FILESDIR}/${P}-gentoo-perl.patch"
38
	fi
39
35
	if use php; then
40
	if use php; then
36
		cd php
41
		cd php
37
		php-ext-source-r1_phpize
42
		php-ext-source-r1_phpize
Lines 47-54 Link Here
47
		--includedir=/usr/include/ossp \
52
		--includedir=/usr/include/ossp \
48
		--with-dce \
53
		--with-dce \
49
		--without-pgsql \
54
		--without-pgsql \
50
		--without-perl \
51
		--without-php \
55
		--without-php \
56
		$(use_with perl) \
52
		$(use_with cxx) \
57
		$(use_with cxx) \
53
		|| die "econf failed"
58
		|| die "econf failed"
54
	emake || die "emake failed"
59
	emake || die "emake failed"

Return to bug 350558