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

Collapse All | Expand All

(-)/usr/portage/dev-cpp/gtkglextmm/gtkglextmm-1.2.0.ebuild (-6 / +7 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/gtkglextmm/gtkglextmm-1.2.0.ebuild,v 1.1 2006/06/12 13:19:34 allanonjl Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtkglextmm/gtkglextmm-1.2.0.ebuild,v 1.1 2006/06/12 13:19:34 allanonjl Exp $
4
4
5
inherit gnome2
5
inherit gnome2 autotools
6
6
7
DESCRIPTION="C++ bindings for gtkglext"
7
DESCRIPTION="C++ bindings for gtkglext"
8
HOMEPAGE="http://gtkglext.sourceforge.net/"
8
HOMEPAGE="http://gtkglext.sourceforge.net/"
Lines 32-45 Link Here
32
	# we handle it in src_install.
32
	# we handle it in src_install.
33
	sed -i -e 's|^\(SUBDIRS =.*\)docs\(.*\)|\1\2|' Makefile.in || \
33
	sed -i -e 's|^\(SUBDIRS =.*\)docs\(.*\)|\1\2|' Makefile.in || \
34
		die "sed Makefile.in failed"
34
		die "sed Makefile.in failed"
35
}
35
	
36
	epatch "${FILESDIR}"/"${P}"-aclocal.patch
36
37
37
src_compile() {
38
	if [ "${ARCH}" = "amd64" ]; then
38
	if [ "${ARCH}" = "amd64" ]; then
39
		aclocal -I m4macros
39
		AT_M4DIR="m4macros" eautoreconf
40
		automake -c -f
41
		autoconf
42
	fi
40
	fi
41
}
42
43
src_compile() {
43
	gnome2_src_compile
44
	gnome2_src_compile
44
}
45
}
45
46

Return to bug 159989