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

(-)devel/ptlib.new/Makefile (-1 / +1 lines)
Lines 31-37 NO_LATEST_LINK= yes Link Here
31
.include <bsd.port.pre.mk>
31
.include <bsd.port.pre.mk>
32
32
33
.if ${OSVERSION} >= 800059
33
.if ${OSVERSION} >= 800059
34
BROKEN=		does not build
34
EXTRA_PATCHES=	${FILESDIR}/extra-src_ptlib_unix_socket.cxx
35
.endif
35
.endif
36
36
37
CONFIGURE_ENV=	\
37
CONFIGURE_ENV=	\
(-)devel/ptlib.new/files/extra-src_ptlib_unix_socket.cxx (+13 lines)
Line 0 Link Here
1
--- src/ptlib/unix/socket.cxx.orig	2009-12-12 11:42:03.000000000 +0800
2
+++ src/ptlib/unix/socket.cxx	2009-12-12 11:46:09.000000000 +0800
3
@@ -1144,10 +1144,6 @@ PBoolean process_rtentry(struct rt_msghd
4
   if ((~rtm->rtm_flags&RTF_LLINFO)
5
 #if defined(P_NETBSD) || defined(P_QNX)
6
         && (~rtm->rtm_flags&RTF_CLONED)     // Net BSD has flag one way
7
-#elif !defined(P_OPENBSD)
8
-        && (~rtm->rtm_flags&RTF_WASCLONED)  // Free BSD/MAC has it another
9
-#else
10
-                                            // Open BSD does not have it at all!
11
 #endif
12
      ) {
13

Return to bug 141395