From 484f9a1659e4371de7c87250acb2c8ec9787d7e5 Mon Sep 17 00:00:00 2001 From: linimon Date: Mon, 22 Mar 2010 02:26:03 +0000 Subject: Note that this also got broken with the dirent.h MFC. Hat: portmgr --- graphics/tulip/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'graphics') diff --git a/graphics/tulip/Makefile b/graphics/tulip/Makefile index 4982a98ea87e..a4427c61aafa 100644 --- a/graphics/tulip/Makefile +++ b/graphics/tulip/Makefile @@ -39,6 +39,10 @@ PLIST_SUB+= TULIP_VERSION=${PORTVERSION} .include +.if ${OSVERSION} >= 800501 +BROKEN= "broken by dirent.h update" +.endif + .if ${ARCH} == "amd64" || ${ARCH} == "ia64" CFLAGS+= -fPIC .endif -- cgit