Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 265587
Collapse All | Expand All

(-)terminal.orig/terminal-0.2.12.ebuild (-1 / +15 lines)
Line 0 Link Here
1
# Add HAVE_DBUS to AM_CONDITIONAL (prevents automake from failing).
2
# Do not append -Werror to CFLAGS if debugging support was enabled (ie
3
# -enable-debug), and while there remove the Sun Studio specific check for
4
# -errwarn.
5
6
--- configure.in.orig	2009-06-11 19:49:23.580627864 +0100
Lines 5-11 Link Here
5
EAPI="1"
5
EAPI="1"
6
6
7
MY_P="${P/t/T}"
7
MY_P="${P/t/T}"
8
inherit xfce4
8
inherit autotools eutils xfce4
9
9
10
XFCE_VERSION=4.6.1
10
XFCE_VERSION=4.6.1
11
11
Lines 37-40 Link Here
37
	XFCE_CONFIG+=" $(use_enable dbus) $(use_enable doc xsltproc)"
37
	XFCE_CONFIG+=" $(use_enable dbus) $(use_enable doc xsltproc)"
38
}
38
}
39
39
40
src_unpack() {
41
	unpack ${A}
42
	cd "${S}"
43
44
	epatch "${FILESDIR}"/${PN}-configure.in.patch
45
	AT_M4DIR=/usr/share/xfce4/dev-tools/m4macros eautoreconf
46
}
47
40
DOCS="AUTHORS ChangeLog HACKING NEWS README THANKS TODO"
48
DOCS="AUTHORS ChangeLog HACKING NEWS README THANKS TODO"

Return to bug 265587