diff options
author | dsomero <xgizzmo@gmail.com> | 2010-05-27 04:03:31 -0400 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-27 12:10:04 +0200 |
commit | d49ef225aea62c60e83ecf88f73910a54ca9c15b (patch) | |
tree | 06b19205590560558fdc02c9594c4bc2b7f4d56f /libraries/audiere/patches | |
parent | f8071fcc567d69eb91bdcbeae53b0867573d8171 (diff) | |
download | slackbuilds-d49ef225aea62c60e83ecf88f73910a54ca9c15b.tar.gz |
libraries/audiere: Miscellaneous cleanups and gcc4.4 patch.
Diffstat (limited to 'libraries/audiere/patches')
-rw-r--r-- | libraries/audiere/patches/audiere-1.9.4-gcc44.patch (renamed from libraries/audiere/patches/audiere-1.9.4-gcc43.patch) | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libraries/audiere/patches/audiere-1.9.4-gcc43.patch b/libraries/audiere/patches/audiere-1.9.4-gcc44.patch index 865c820dd2..a2211dce08 100644 --- a/libraries/audiere/patches/audiere-1.9.4-gcc43.patch +++ b/libraries/audiere/patches/audiere-1.9.4-gcc44.patch @@ -28,3 +28,16 @@ diff -Naur audiere/src/debug.h audiere.tpg/src/debug.h namespace audiere { +diff -Naur audiere/src/utility.cpp b/src/utility.cpp +index f49c028..28fefc8 100644 +--- audiere/src/utility.cpp 2004-04-09 09:33:50.000000000 +0000 ++++ audiere.tpg/src/utility.cpp 2008-06-03 17:39:43.000000000 +0000 +@@ -2,7 +2,7 @@ + #pragma warning(disable : 4786) + #endif + +- ++#include <cstdio> + #include <ctype.h> + #include "utility.h" + #include "internal.h" |