mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
5958c50063
Added a fix for an improperly called header. Exported CFLAGS like required by the scons script Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
12 lines
437 B
Diff
12 lines
437 B
Diff
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"
|