From a9c7d8ed52962098b4de90533996a041675d677e Mon Sep 17 00:00:00 2001 From: ade Date: Mon, 26 Nov 2007 17:45:55 +0000 Subject: Unbreak pthread-related issues on 5.x Approved by: portmgr --- databases/virtuoso/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'databases/virtuoso/Makefile') diff --git a/databases/virtuoso/Makefile b/databases/virtuoso/Makefile index dc08cfe28205..2e4e9e2edb45 100644 --- a/databases/virtuoso/Makefile +++ b/databases/virtuoso/Makefile @@ -62,10 +62,6 @@ BUILD_DEPENDS+= ${NETCAT}:${PORTSDIR}/net/netcat CHECK_PORT= /usr/bin/nc -z localhost $$\1 .endif -.if ${OSVERSION} < 600000 -BROKEN= Fails to compile: does not find pthread include file -.endif - .if defined(WITH_IMAGEMAGICK) CONFIGURE_ARGS+=--enable-imagemagick=${LOCALBASE} LIB_DEPENDS+= Magick.10:${PORTSDIR}/graphics/ImageMagick -- cgit