summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-21 19:43:17 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-21 19:43:17 +0000
commit598eb76a1bbd2f4fa238c815d61277f4b93b4440 (patch)
treed6d49e7f95740a6037861f4ff90acfbdefafdbce /media-sound
parentVersion bump. Fixes bug #137651. (diff)
downloadhistorical-598eb76a1bbd2f4fa238c815d61277f4b93b4440.tar.gz
historical-598eb76a1bbd2f4fa238c815d61277f4b93b4440.tar.bz2
historical-598eb76a1bbd2f4fa238c815d61277f4b93b4440.zip
FIx compile with motif useflag set, closes bug #161996.
Package-Manager: portage-2.1.2-r1
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/timidity++/ChangeLog6
-rw-r--r--media-sound/timidity++/timidity++-2.13.2-r3.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/media-sound/timidity++/ChangeLog b/media-sound/timidity++/ChangeLog
index bb23daa253b2..5d5d28ac4800 100644
--- a/media-sound/timidity++/ChangeLog
+++ b/media-sound/timidity++/ChangeLog
@@ -1,6 +1,10 @@
# 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.
diff --git a/media-sound/timidity++/timidity++-2.13.2-r3.ebuild b/media-sound/timidity++/timidity++-2.13.2-r3.ebuild
index 3d810d33cbdf..9d16d1696057 100644
--- a/media-sound/timidity++/timidity++-2.13.2-r3.ebuild
+++ b/media-sound/timidity++/timidity++-2.13.2-r3.ebuild
@@ -1,6 +1,6 @@
# 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
@@ -79,7 +79,7 @@ src_compile() {
# 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