From 568170a075f27619ae9f87529688aed3e2ccf320 Mon Sep 17 00:00:00 2001 From: Vasil Dimov Date: Mon, 9 Oct 2006 06:05:55 +0000 Subject: Mark as BROKEN on 4.x: In file included from lwp.private.h:50, from iomgr.c:53: lwp_ucontext.h:33: conflicting types for `mcontext_t' /usr/include/machine/ucontext.h:63: previous declaration of `mcontext_t' lwp_ucontext.h:39: conflicting types for `ucontext_t' /usr/include/sys/ucontext.h:51: previous declaration of `ucontext_t' gmake[2]: *** [liblwp_la-iomgr.lo] Error 1 Reported by: kris --- devel/lwp/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'devel/lwp') diff --git a/devel/lwp/Makefile b/devel/lwp/Makefile index 8656f5913cee..95715029c30a 100644 --- a/devel/lwp/Makefile +++ b/devel/lwp/Makefile @@ -22,4 +22,10 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_LDCONFIG= yes -.include +.include + +.if ${OSVERSION} < 500000 +BROKEN= Does not compile on 4.x +.endif + +.include -- cgit v1.2.3