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

(-)pwlib.new/Makefile (-4 / +1 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	pwlib
8
PORTNAME=	pwlib
9
PORTVERSION=	1.12.0
9
PORTVERSION=	1.12.0
10
PORTREVISION=	4
10
PORTREVISION=	5
11
PORTEPOCH=	1
11
PORTEPOCH=	1
12
CATEGORIES=	devel
12
CATEGORIES=	devel
13
MASTER_SITES= 	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITES= 	${MASTER_SITE_SOURCEFORGE}
Lines 32-40 Link Here
32
32
33
.include <bsd.port.pre.mk>
33
.include <bsd.port.pre.mk>
34
34
35
.if ${OSVERSION} >= 800059
36
BROKEN=		does not build
37
.endif
38
35
39
CFLAGS=		-O1
36
CFLAGS=		-O1
40
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS} -O1 -I${WRKSRC}/include -I${LOCALBASE}/include" \
37
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS} -O1 -I${WRKSRC}/include -I${LOCALBASE}/include" \
(-)pwlib.new/files/patch-src_ptlib_unix_socket.cxx (+11 lines)
Line 0 Link Here
1
--- src/ptlib/unix/socket.cxx.old	2007-10-19 02:22:32.000000000 -0400
2
+++ src/ptlib/unix/socket.cxx	2009-02-09 20:05:59.000000000 -0500
3
@@ -1446,7 +1446,7 @@
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
+#elif !defined(P_OPENBSD) && defined(RTF_WASCLONED)
9
         && (~rtm->rtm_flags&RTF_WASCLONED)  // Free BSD/MAC has it another
10
 #else
11
                                             // Open BSD does not have it at all!

Return to bug 131540