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

(-)a/www-misc/fcgiwrap/fcgiwrap-1.0.2-r1.ebuild (+1 lines)
Lines 31-36 RDEPEND="${DEPEND}" Link Here
31
31
32
src_prepare() {
32
src_prepare() {
33
	sed -e '/man8dir = $(DESTDIR)/s/@prefix@//' \
33
	sed -e '/man8dir = $(DESTDIR)/s/@prefix@//' \
34
		-e '/-o fcgiwrap -lfcgi/s/$/ @LDFLAGS@/' \
34
		-i Makefile.in || die "sed failed"
35
		-i Makefile.in || die "sed failed"
35
36
36
	eautoreconf
37
	eautoreconf
(-)a/www-misc/fcgiwrap/fcgiwrap-9999.ebuild (+1 lines)
Lines 31-36 RDEPEND="${DEPEND}" Link Here
31
31
32
src_prepare() {
32
src_prepare() {
33
	sed -e '/man8dir = $(DESTDIR)/s/@prefix@//' \
33
	sed -e '/man8dir = $(DESTDIR)/s/@prefix@//' \
34
		-e '/-o fcgiwrap -lfcgi/s/$/ @LDFLAGS@/' \
34
		-i Makefile.in || die "sed failed"
35
		-i Makefile.in || die "sed failed"
35
36
36
	eautoreconf
37
	eautoreconf

Return to bug 336810