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

Collapse All | Expand All

(-)/usr/portage/dev-libs/gdome2/gdome2-0.8.1-r1.ebuild (-3 / +5 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-libs/gdome2/gdome2-0.8.1-r1.ebuild,v 1.5 2005/11/29 03:58:22 tgall Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdome2/gdome2-0.8.1-r1.ebuild,v 1.5 2005/11/29 03:58:22 tgall Exp $
4
4
5
inherit gnome2
5
inherit eutils gnome2
6
6
7
DESCRIPTION="The DOM C library for the GNOME project"
7
DESCRIPTION="The DOM C library for the GNOME project"
8
HOMEPAGE="http://gdome2.cs.unibo.it/"
8
HOMEPAGE="http://gdome2.cs.unibo.it/"
Lines 23-29 Link Here
23
23
24
src_unpack() {
24
src_unpack() {
25
	unpack ${A}
25
	unpack ${A}
26
27
	cd ${S}
26
	cd ${S}
28
	echo -e '#!/bin/sh\npkg-config gdome2 $*' > gdome-config.in
27
28
	# Fix broken GLIB_CONFIG in configure.in, see #114542
29
	epatch ${FILESDIR}/gdome2-config-0.8.1.patch
30
	autoconf || die
29
}
31
}

Return to bug 114542