aboutsummaryrefslogtreecommitdiffstats
path: root/x11-drivers
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2007-11-25 09:24:13 +0800
committerlinimon <linimon@FreeBSD.org>2007-11-25 09:24:13 +0800
commit0ac7d39af7430dad1e4dd93dca3ed895af453594 (patch)
tree148654db8774c14dcd135b08e9e556e64613f9e6 /x11-drivers
parent7b70df09543e9f3de3c2d181f70e8fc148a2cc34 (diff)
downloadfreebsd-ports-0ac7d39af7430dad1e4dd93dca3ed895af453594.tar.gz
freebsd-ports-0ac7d39af7430dad1e4dd93dca3ed895af453594.tar.zst
freebsd-ports-0ac7d39af7430dad1e4dd93dca3ed895af453594.zip
Mark as broken on 5.x: fails to find pthread.h.
Something in the infrastructure changed in the late July timeframe that actually caused this problem. The only major thing at that time was the autoconf/libtool change, but I can't see how that could have caused this failure mode. It only happens on 5.x; 6.x and 7.x are fine. Approved by: portmgr (self)
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-video-openchrome/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-openchrome/Makefile b/x11-drivers/xf86-video-openchrome/Makefile
index 820df531fbe6..8ef1027992c3 100644
--- a/x11-drivers/xf86-video-openchrome/Makefile
+++ b/x11-drivers/xf86-video-openchrome/Makefile
@@ -33,7 +33,7 @@ pre-configure:
.include <bsd.port.pre.mk>
.if ${OSVERSION} <= 600000
-BROKEN= Does not compile
+BROKEN= Fails to compile: does not find pthread include file
.endif
.include <bsd.port.post.mk>