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 | 46880c731de96d926749540daa4954b257e00c12 (patch) | |
tree | 7ffc689d481d4314908fde5ba57cdf19bfd15243 /media-sound/ardour/files | |
parent | re-add ~alpha wrt bug #113358 (diff) | |
download | historical-46880c731de96d926749540daa4954b257e00c12.tar.gz historical-46880c731de96d926749540daa4954b257e00c12.tar.bz2 historical-46880c731de96d926749540daa4954b257e00c12.zip |
Removing invalid patch, bug #114080.
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'media-sound/ardour/files')
-rw-r--r-- | media-sound/ardour/files/ardour-0.99-scons.patch | 20 |
1 files changed, 0 insertions, 20 deletions
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 - |