aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/tulip
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2010-03-22 10:26:03 +0800
committerlinimon <linimon@FreeBSD.org>2010-03-22 10:26:03 +0800
commit484f9a1659e4371de7c87250acb2c8ec9787d7e5 (patch)
treec6ff4719ee78a1b4e49413a62d0f14714808b3f2 /graphics/tulip
parent2189ab6e99daf65ab817a244e8e4eb8f3bfcc5b8 (diff)
downloadfreebsd-ports-gnome-484f9a1659e4371de7c87250acb2c8ec9787d7e5.tar.gz
freebsd-ports-gnome-484f9a1659e4371de7c87250acb2c8ec9787d7e5.tar.zst
freebsd-ports-gnome-484f9a1659e4371de7c87250acb2c8ec9787d7e5.zip
Note that this also got broken with the dirent.h MFC.
Hat: portmgr
Diffstat (limited to 'graphics/tulip')
-rw-r--r--graphics/tulip/Makefile4
1 files changed, 4 insertions, 0 deletions
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 <bsd.port.pre.mk>
+.if ${OSVERSION} >= 800501
+BROKEN= "broken by dirent.h update"
+.endif
+
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
CFLAGS+= -fPIC
.endif