diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2012-02-06 18:16:21 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2012-02-06 18:16:21 +0000 |
commit | 215ded566ee0d44ca696968514b7cea13fb86ce9 (patch) | |
tree | 91308a8acd0b69b39b0667a47306db6ef7fec397 | |
parent | f3f0d151be9dce08cc967d7ffcf42447a2333350 (diff) | |
download | ports-215ded566ee0d44ca696968514b7cea13fb86ce9.tar.gz ports-215ded566ee0d44ca696968514b7cea13fb86ce9.zip |
- fix build with gcc46
Notes
Notes:
svn path=/head/; revision=290502
-rw-r--r-- | devel/fortytwo-encore/files/patch-Encore.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/fortytwo-encore/files/patch-Encore.h b/devel/fortytwo-encore/files/patch-Encore.h new file mode 100644 index 000000000000..6160b76c3749 --- /dev/null +++ b/devel/fortytwo-encore/files/patch-Encore.h @@ -0,0 +1,10 @@ +--- Encore.h.orig 2006-12-08 08:41:12.000000000 +0100 ++++ Encore.h 2012-02-06 04:57:39.000000000 +0100 +@@ -53,7 +53,6 @@ + #include <Encore/ECLogging.h> + #include <Encore/ECDefaultLoggingFormatter.h> + #include <Encore/ECNSLogLoggingWriter.h> +-#include <Encore/ECLoggingConfigurationFactory.h> + #include <Encore/ECLoggingConfiguration.h> + #include <Encore/ECFileLoggingWriter.h> + #include <Encore/ECLoggingXMLConfiguration.h> |