View | Details | Raw Unified | Return to bug 53084
Collapse All | Expand All

(-)./Makefile (-4 lines)
Lines 19-26 Link Here
19
19
20
.include <bsd.port.pre.mk>
20
.include <bsd.port.pre.mk>
21
21
22
.if ${OSVERSION} >= 500113
23
BROKEN=         "Does not compile (bad C++ code)"
24
.endif
25
26
.include <bsd.port.post.mk>
22
.include <bsd.port.post.mk>
(-)./files/patch-ac (+14 lines)
Line 0 Link Here
1
--- clfdomainsplit.cpp.orig	Mon Jun  9 10:56:27 2003
2
+++ clfdomainsplit.cpp	Mon Jun  9 10:56:47 2003
3
@@ -1,10 +1,6 @@
4
 #include <stdio.h>
5
 
6
-#if (__GNUC__ >= 3)
7
-#include <ext/hash_map>
8
-#else
9
-#include <hash_map>
10
-#endif
11
+#include <hash_map.h>
12
 
13
 #include <unistd.h>
14
 #include <string>

Return to bug 53084