# ChangeLog for media-sound/timidity++
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity++/ChangeLog,v 1.78 2007/01/14 07:08:02 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity++/ChangeLog,v 1.79 2007/01/21 19:43:17 flameeyes Exp $
+
+ 21 Jan 2007; Diego Pettenò <flameeyes@gentoo.org>
+ timidity++-2.13.2-r3.ebuild:
+ FIx compile with motif useflag set, closes bug #161996.
14 Jan 2007; Joseph Jezak <josejx@gentoo.org> timidity++-2.13.2-r3.ebuild:
Marked ppc stable for bug #161386.
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity++/timidity++-2.13.2-r3.ebuild,v 1.12 2007/01/14 07:08:02 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity++/timidity++-2.13.2-r3.ebuild,v 1.13 2007/01/21 19:43:17 flameeyes Exp $
inherit eutils
# We disable motif by default and then only enable it if it's requested.
if use motif; then
- myconf="--enable-motif --with-x"
+ myconf="${myconf} --enable-motif --with-x"
use X || ewarn "Basic X11 support will be enabled because required by motif."
fi