summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEldad Zack <eldad@gentoo.org>2005-09-26 11:53:29 +0000
committerEldad Zack <eldad@gentoo.org>2005-09-26 11:53:29 +0000
commit685dce1ac0d3291e6b33e74b9fa67f19fdd2f719 (patch)
treee4a86f340d39ff63d2dbad4258d1f7b826b85d17 /media-sound/ardour
parentRemoved nocurl useflag from git (diff)
downloadgentoo-2-685dce1ac0d3291e6b33e74b9fa67f19fdd2f719.tar.gz
gentoo-2-685dce1ac0d3291e6b33e74b9fa67f19fdd2f719.tar.bz2
gentoo-2-685dce1ac0d3291e6b33e74b9fa67f19fdd2f719.zip
Added BUILD_SSE_OPTIMIZATIONS scons flag. Bug #107266.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'media-sound/ardour')
-rw-r--r--media-sound/ardour/ChangeLog6
-rw-r--r--media-sound/ardour/ardour-0.99.ebuild3
2 files changed, 7 insertions, 2 deletions
diff --git a/media-sound/ardour/ChangeLog b/media-sound/ardour/ChangeLog
index 2400e2951bb7..c66b33d45459 100644
--- a/media-sound/ardour/ChangeLog
+++ b/media-sound/ardour/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/ardour
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ChangeLog,v 1.48 2005/09/26 07:59:11 eldad Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ChangeLog,v 1.49 2005/09/26 11:53:29 eldad Exp $
+
+ 26 Sep 2005; Eldad Zack <eldad@gentoo.org> ardour-0.99.ebuild:
+ Added BUILD_SSE_OPTIMIZATIONS scons flag. Thanks to Michael Schnake
+ <schnake@composition.de>. Bug #107266.
26 Sep 2005; Eldad Zack <eldad@gentoo.org> -ardour-0.9_beta26.ebuild,
-ardour-0.9_beta27.ebuild:
diff --git a/media-sound/ardour/ardour-0.99.ebuild b/media-sound/ardour/ardour-0.99.ebuild
index 3fd3cd69ebf3..3a3f99feaee8 100644
--- a/media-sound/ardour/ardour-0.99.ebuild
+++ b/media-sound/ardour/ardour-0.99.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ardour-0.99.ebuild,v 1.1 2005/09/26 07:56:32 eldad Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ardour-0.99.ebuild,v 1.2 2005/09/26 11:53:29 eldad Exp $
inherit eutils
@@ -71,6 +71,7 @@ src_compile() {
NLS=${NLS} \
PREFIX=/usr \
USE_SSE_EVERYWHERE=${SSE} \
+ BUILD_SSE_OPTIMIZATIONS=${SSE} \
KSI=0 \
-j2
}