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

(-)./Makefile (-2 / +2 lines)
Lines 37-44 Link Here
37
37
38
.include <bsd.port.pre.mk>
38
.include <bsd.port.pre.mk>
39
39
40
.if ${OSVERSION} >= 800501
40
.if (${OSVERSION} >= 800501)
41
BROKEN=		does not build
41
EXTRA_PATCHES+=	${FILESDIR}/extra-patch-Modules-SharedSource-OVCINInfo.cpp
42
.endif
42
.endif
43
43
44
.if !defined(WITHOUT_OVIMArray)
44
.if !defined(WITHOUT_OVIMArray)
(-)./files/extra-patch-Modules-SharedSource-OVCINInfo.cpp (+11 lines)
Line 0 Link Here
1
--- Modules/SharedSource/OVCINInfo.cpp.orig	2012-05-06 21:47:52.000000000 +0800
2
+++ Modules/SharedSource/OVCINInfo.cpp	2012-05-06 22:02:40.000000000 +0800
3
@@ -67,7 +67,7 @@
4
 }
5
 
6
 #ifndef WIN32
7
-    #ifdef __linux__
8
+    #if defined (__linux__) || defined (__FreeBSD__)
9
        int CLFileSelect(const struct dirent *entry)
10
     #else
11
        int CLFileSelect(struct dirent *entry)

Return to bug 167663