diff options
author | Chris White <chriswhite@gentoo.org> | 2005-12-02 22:03:28 +0000 |
---|---|---|
committer | Chris White <chriswhite@gentoo.org> | 2005-12-02 22:03:28 +0000 |
commit | 07c818dffabad17aa604973f33221367f3fcef04 (patch) | |
tree | cc1b8a9a549a127d12126ed67ea8c2739bc86771 /media-sound/ardour | |
parent | re-add ~alpha wrt bug #113358 (diff) | |
download | gentoo-2-07c818dffabad17aa604973f33221367f3fcef04.tar.gz gentoo-2-07c818dffabad17aa604973f33221367f3fcef04.tar.bz2 gentoo-2-07c818dffabad17aa604973f33221367f3fcef04.zip |
Removing invalid patch, bug #114080.
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'media-sound/ardour')
-rw-r--r-- | media-sound/ardour/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/ardour/files/ardour-0.99-scons.patch | 20 |
2 files changed, 5 insertions, 21 deletions
diff --git a/media-sound/ardour/ChangeLog b/media-sound/ardour/ChangeLog index c66b33d45459..5f25fbe36713 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.49 2005/09/26 11:53:29 eldad Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ChangeLog,v 1.50 2005/12/02 22:03:28 chriswhite Exp $ + + 02 Dec 2005; Chris White <chriswhite@gentoo.org> + -files/ardour-0.99-scons.patch: + Removing invalid patch, bug #114080. 26 Sep 2005; Eldad Zack <eldad@gentoo.org> ardour-0.99.ebuild: Added BUILD_SSE_OPTIMIZATIONS scons flag. Thanks to Michael Schnake diff --git a/media-sound/ardour/files/ardour-0.99-scons.patch b/media-sound/ardour/files/ardour-0.99-scons.patch deleted file mode 100644 index a05a6cd359d9..000000000000 --- a/media-sound/ardour/files/ardour-0.99-scons.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- SConstruct.old 2005-10-11 19:26:26.000000000 +0900 -+++ SConstruct 2005-10-11 19:28:03.000000000 +0900 -@@ -391,7 +391,7 @@ - - conf = Configure(env) - --if conf.CheckCHeader('alsa/asoundlib.h'): -+if conf.CheckCHeader('alsa/asoundlib.h', "<>"): - libraries['sysmidi'] = LibraryInfo (LIBS='asound') - env['SYSMIDI'] = 'ALSA Sequencer' - subst_dict['%MIDITAG%'] = "seq" -@@ -623,7 +623,7 @@ - print 'This system is not configured for internationalized applications (no xgettext command). An english-only version will be built\n' - env['NLS'] = 0 - -- if conf.CheckCHeader('libintl.h') == None: -+ if conf.CheckCHeader('libintl.h', "<>") == None: - print 'This system is not configured for internationalized applications (no libintl.h). An english-only version will be built\n' - env['NLS'] = 0 - |