summaryrefslogtreecommitdiff
path: root/www/logtools/files/patch-ac
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-08 20:11:04 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-08 20:11:04 +0000
commit013f4c87edd89581ad5e1fba01dd93bdcc92f58f (patch)
tree84fcc7d853ed38a63fcb22b93d9b74214181ce88 /www/logtools/files/patch-ac
parentUpdate to 7.4.2, and pass maintainership to submitter. (diff)
Stage, and fix build with clang.
PR: 191377 Submitted by: tkato432@yahoo.com
Diffstat (limited to 'www/logtools/files/patch-ac')
-rw-r--r--www/logtools/files/patch-ac14
1 files changed, 0 insertions, 14 deletions
diff --git a/www/logtools/files/patch-ac b/www/logtools/files/patch-ac
deleted file mode 100644
index 96ca9b3dd995..000000000000
--- a/www/logtools/files/patch-ac
+++ /dev/null
@@ -1,14 +0,0 @@
---- clfdomainsplit.cpp.orig Mon Jun 9 10:56:27 2003
-+++ clfdomainsplit.cpp Mon Jun 9 10:56:47 2003
-@@ -1,10 +1,6 @@
- #include <stdio.h>
-
--#if (__GNUC__ >= 3)
--#include <ext/hash_map>
--#else
--#include <hash_map>
--#endif
-+#include <hash_map.h>
-
- #include <unistd.h>
- #include <string>