summaryrefslogtreecommitdiffstats
path: root/audio/clam/wrong_include.patch
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2021-12-09 14:03:49 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2021-12-10 08:37:40 +0700
commit8ea1abf3e1650d2440ea1b1b0920cb59f3e63a20 (patch)
tree98222dabeb3f078d22864d4ec7173c28b38dbd5e /audio/clam/wrong_include.patch
parente1cf44cfec2324c8e8cf9d3f92cab06d0493640a (diff)
downloadslackbuilds-8ea1abf3e1650d2440ea1b1b0920cb59f3e63a20.tar.gz
slackbuilds-8ea1abf3e1650d2440ea1b1b0920cb59f3e63a20.tar.xz
audio/clam: Removed (nobody cared).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to '')
-rw-r--r--audio/clam/wrong_include.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/audio/clam/wrong_include.patch b/audio/clam/wrong_include.patch
deleted file mode 100644
index eb1b4f3af5..0000000000
--- a/audio/clam/wrong_include.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-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"