--- terminal.orig/files/terminal-configure.in.patch 1970-01-01 01:00:00.000000000 +0100 +++ terminal.orig/files/terminal-configure.in.patch 2009-06-11 20:44:47.221287207 +0100 @@ -0,0 +1,44 @@ +# Add HAVE_DBUS to AM_CONDITIONAL (prevents automake from failing). +# Do not append -Werror to CFLAGS if debugging support was enabled (ie +# -enable-debug), and while there remove the Sun Studio specific check for +# -errwarn. + +--- configure.in.orig 2009-06-11 19:49:23.580627864 +0100 @@ -5,7 +5,7 @@ EAPI="1" MY_P="${P/t/T}" -inherit xfce4 +inherit autotools eutils xfce4 XFCE_VERSION=4.6.1 @@ -37,4 +37,12 @@ XFCE_CONFIG+=" $(use_enable dbus) $(use_enable doc xsltproc)" } +src_unpack() { + unpack ${A} + cd "${S}" + + epatch "${FILESDIR}"/${PN}-configure.in.patch + AT_M4DIR=/usr/share/xfce4/dev-tools/m4macros eautoreconf +} + DOCS="AUTHORS ChangeLog HACKING NEWS README THANKS TODO"