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

Collapse All | Expand All

(-)libsigc++-1.2.7.ebuild.orig (-2 / +2 lines)
Lines 3-9 Link Here
3
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsigc++/libsigc++-1.2.7.ebuild,v 1.7 2008/12/17 20:32:33 ssuominen Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsigc++/libsigc++-1.2.7.ebuild,v 1.7 2008/12/17 20:32:33 ssuominen Exp $
4
4
5
WANT_AUTOCONF="latest"
5
WANT_AUTOCONF="latest"
6
WANT_AUTOMAKE="1.7"
6
WANT_AUTOMAKE="latest"
7
7
8
inherit autotools gnome2
8
inherit autotools gnome2
9
9
Lines 33-38 Link Here
33
	# fixes bug #219041
33
	# fixes bug #219041
34
	sed -e 's:ACLOCAL_AMFLAGS = -I $(srcdir)/scripts:ACLOCAL_AMFLAGS = -I scripts:' \
34
	sed -e 's:ACLOCAL_AMFLAGS = -I $(srcdir)/scripts:ACLOCAL_AMFLAGS = -I scripts:' \
35
		-i Makefile.{in,am}
35
		-i Makefile.{in,am}
36
36
	epatch "${FILESDIR}"/libsigc++-1.2.x_install.patch
37
	eautoreconf
37
	eautoreconf
38
}
38
}

Return to bug 346949