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

Collapse All | Expand All

(-)/usr/portage/dev-cpp/glibmm/glibmm-2.4.3.ebuild (-1 / +6 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/dev-cpp/glibmm/glibmm-2.4.3.ebuild,v 1.2 2004/06/24 21:48:19 agriffis Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-cpp/glibmm/glibmm-2.4.3.ebuild,v 1.2 2004/06/24 21:48:19 agriffis Exp $
4
4
5
inherit gnome2
5
inherit gnome2 eutils
6
6
7
DESCRIPTION="C++ interface for glib2"
7
DESCRIPTION="C++ interface for glib2"
8
HOMEPAGE="http://gtkmm.sourceforge.net/"
8
HOMEPAGE="http://gtkmm.sourceforge.net/"
Lines 17-22 Link Here
17
17
18
RDEPEND=">=dev-libs/libsigc++-2.0
18
RDEPEND=">=dev-libs/libsigc++-2.0
19
		>=dev-libs/glib-2.4"
19
		>=dev-libs/glib-2.4"
20
src_unpack(){
21
	unpack ${A}
22
	cd ${S}
23
	epatch ${FILESDIR}/${P}-nosegfault.patch || die
24
}
20
25
21
src_compile () {
26
src_compile () {
22
	if [ "${ARCH}" = "amd64" ]; then
27
	if [ "${ARCH}" = "amd64" ]; then

Return to bug 59152