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

(-)Makefile (-4 lines)
Lines 29-38 Link Here
29
29
30
.include <bsd.port.pre.mk>
30
.include <bsd.port.pre.mk>
31
31
32
.if ${ARCH} != "i386"
33
BROKEN=		"Does not compile on !i386"
34
.endif
35
36
.if ${OSVERSION} > 500000
32
.if ${OSVERSION} > 500000
37
LIB_DEPENDS+=	gmp.7:${PORTSDIR}/math/libgmp4
33
LIB_DEPENDS+=	gmp.7:${PORTSDIR}/math/libgmp4
38
CONFIGURE_ARGS+=--with-gmp=${LOCALBASE}
34
CONFIGURE_ARGS+=--with-gmp=${LOCALBASE}
(-)files/patch-async_itree.h (+11 lines)
Added Link Here
1
--- async/itree.h.orig	Sun Jul  9 00:14:16 2006
2
+++ async/itree.h	Sun Jul  9 00:15:07 2006
3
@@ -86,7 +86,7 @@
4
   itree_core (const itree_core &);
5
   itree_core &operator = (const itree_core &);
6
 
7
-#define eos ((int) &(((T *) 0)->*field).p)
8
+#define eos ((ptrdiff_t) &(((T *) 0)->*field).p)
9
 #define cmpfn scmp, (void *) this
10
 
11
 public:

Return to bug 99949