FIx compile with motif useflag set, closes bug #161996.
authorDiego Elio Pettenò <flameeyes@gentoo.org>
Sun, 21 Jan 2007 19:43:17 +0000 (19:43 +0000)
committerDiego Elio Pettenò <flameeyes@gentoo.org>
Sun, 21 Jan 2007 19:43:17 +0000 (19:43 +0000)
Package-Manager: portage-2.1.2-r1

media-sound/timidity++/ChangeLog
media-sound/timidity++/timidity++-2.13.2-r3.ebuild

index bb23daa253b243cdcec23b5121bd840ba5a25148..5d5d28ac480035f667255fb8ad5d6165a5bd41c5 100644 (file)
@@ -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.
index 3d810d33cbdfa68dcca9f6b994a078d8bc99db9b..9d16d1696057697716f262849478e166179a02f1 100644 (file)
@@ -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