From bb6528fc52e6c43fcba6bb01c8a38dc061e638f0 Mon Sep 17 00:00:00 2001 From: Volker Stolz Date: Mon, 29 Jan 2007 07:09:54 +0000 Subject: [PATCH] Builds fine on 4.x since last update. Noted by: Chris Pressey --- lang/hugs/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lang/hugs/Makefile b/lang/hugs/Makefile index 9b5a034c088c..47b3d0fa31e8 100644 --- a/lang/hugs/Makefile +++ b/lang/hugs/Makefile @@ -31,10 +31,6 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-pthreads \ --mandir=${PREFIX}/man -.if (${OSVERSION} < 500000) -BROKEN= missing data type declarations -.endif - .if ${ARCH} == "ia64" BROKEN= dumps core during build on ${ARCH} .endif