summaryrefslogtreecommitdiffstats
path: root/audio/clam/wrong_include.patch
diff options
context:
space:
mode:
author Matteo Bernardini <ponce@slackbuilds.org>2012-09-16 09:24:38 +0200
committer dsomero <xgizzmo@slackbuilds.org>2012-09-16 19:44:41 -0400
commit5958c5006350be7f98ad0f07ab1eb92998e5c613 (patch)
tree42d2536652b42b62482a7d2cea319ddca33aabd0 /audio/clam/wrong_include.patch
parentcdd811af8e7244b3446cd052b43cae21acd7d5d6 (diff)
downloadslackbuilds-5958c5006350be7f98ad0f07ab1eb92998e5c613.tar.gz
slackbuilds-5958c5006350be7f98ad0f07ab1eb92998e5c613.tar.xz
audio/clam: Updated for subversion revision 15298.
Added a fix for an improperly called header. Exported CFLAGS like required by the scons script Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'audio/clam/wrong_include.patch')
-rw-r--r--audio/clam/wrong_include.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/clam/wrong_include.patch b/audio/clam/wrong_include.patch
new file mode 100644
index 0000000000..eb1b4f3af5
--- /dev/null
+++ b/audio/clam/wrong_include.patch
@@ -0,0 +1,12 @@
+diff -Naur CLAM-r15298.orig/src/core/ports/OutPort.hxx CLAM-r15298/src/core/ports/OutPort.hxx
+--- CLAM-r15298.orig/src/core/ports/OutPort.hxx 2012-09-16 07:59:34.924000047 +0200
++++ CLAM-r15298/src/core/ports/OutPort.hxx 2012-09-16 08:08:17.459002302 +0200
+@@ -23,7 +23,7 @@
+ #define __OutPort_hxx__
+
+ #include "WritingRegion.hxx"
+-#include <typeinfo>
++#include "TypeInfo.hxx"
+ #include <list>
+ #include <string>
+ #include "InPort.hxx"