mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
unbreak logtools on -5.1
PR: 53084 Submitted by: Xaa <xaa+ports@timewasters.nl>
This commit is contained in:
parent
24e8f93a65
commit
ecaff31a96
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=82634
@ -19,8 +19,4 @@ MAN1= clfmerge.1 logprn.1 funnel.1 clfsplit.1 clfdomainsplit.1
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500113
|
||||
BROKEN= "Does not compile (bad C++ code)"
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
14
www/logtools/files/patch-ac
Normal file
14
www/logtools/files/patch-ac
Normal file
@ -0,0 +1,14 @@
|
||||
--- 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>
|
Loading…
Reference in New Issue
Block a user