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

Collapse All | Expand All

(-)nginx-0.8.4.ebuild.orig (-1 / +4 lines)
Lines 11-17 Link Here
11
LICENSE="BSD"
11
LICENSE="BSD"
12
SLOT="0"
12
SLOT="0"
13
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
13
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
14
IUSE="addition debug fastcgi flv imap pcre perl random-index ssl status sub webdav zlib"
14
IUSE="addition debug fastcgi flv imap pcre perl random-index ssl status sub syslog webdav zlib"
15
15
16
DEPEND="dev-lang/perl
16
DEPEND="dev-lang/perl
17
	pcre? ( >=dev-libs/libpcre-4.2 )
17
	pcre? ( >=dev-libs/libpcre-4.2 )
Lines 29-34 Link Here
29
src_unpack() {
29
src_unpack() {
30
	unpack ${A}
30
	unpack ${A}
31
	sed -i 's/ make/ \\$(MAKE)/' "${S}"/auto/lib/perl/make || die
31
	sed -i 's/ make/ \\$(MAKE)/' "${S}"/auto/lib/perl/make || die
32
	cd ${S}
33
	use syslog && epatch "${FILESDIR}/${P}-syslog.patch"
32
}
34
}
33
35
34
src_compile() {
36
src_compile() {
Lines 60-65 Link Here
60
	use webdav	&& myconf="${myconf} --with-http_dav_module"
62
	use webdav	&& myconf="${myconf} --with-http_dav_module"
61
	use sub		&& myconf="${myconf} --with-http_sub_module"
63
	use sub		&& myconf="${myconf} --with-http_sub_module"
62
	use random-index	&& myconf="${myconf} --with-http_random_index_module"
64
	use random-index	&& myconf="${myconf} --with-http_random_index_module"
65
	use syslog      && myconf="${myconf} --with-syslog"
63
66
64
	tc-export CC
67
	tc-export CC
65
	./configure \
68
	./configure \

Return to bug 222373