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

Collapse All | Expand All

(-)/usr/portage/media-radio/xdx/xdx-2.4.ebuild (+9 lines)
Lines 2-7 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/media-radio/xdx/xdx-2.4.ebuild,v 1.3 2008/11/08 15:33:49 maekke Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-radio/xdx/xdx-2.4.ebuild,v 1.3 2008/11/08 15:33:49 maekke Exp $
4
4
5
inherit eutils
6
5
DESCRIPTION="a GTK+ TCP/IP DX-cluster and ON4KST chat client."
7
DESCRIPTION="a GTK+ TCP/IP DX-cluster and ON4KST chat client."
6
HOMEPAGE="http://www.qsl.net/pg4i/linux/xdx.html"
8
HOMEPAGE="http://www.qsl.net/pg4i/linux/xdx.html"
7
SRC_URI="http://www.qsl.net/pg4i/download/${P}.tar.gz"
9
SRC_URI="http://www.qsl.net/pg4i/download/${P}.tar.gz"
Lines 16-21 Link Here
16
	dev-util/pkgconfig
18
	dev-util/pkgconfig
17
	nls? ( sys-devel/gettext )"
19
	nls? ( sys-devel/gettext )"
18
20
21
src_unpack(){
22
	unpack ${A}
23
	cd "${S}"
24
	# fix for deprecated macro in GTK+-2.14 and later
25
	epatch "${FILESDIR}"/xdx-2.4-gtk.patch
26
}
27
19
src_compile() {
28
src_compile() {
20
	econf $(use_enable nls)
29
	econf $(use_enable nls)
21
	emake || die "emake failed."
30
	emake || die "emake failed."

Return to bug 247805