diff options
author | linimon <linimon@FreeBSD.org> | 2007-11-25 01:24:13 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-11-25 01:24:13 +0000 |
commit | 0ac7d39af7430dad1e4dd93dca3ed895af453594 (patch) | |
tree | 148654db8774c14dcd135b08e9e556e64613f9e6 /x11-drivers | |
parent | 7b70df09543e9f3de3c2d181f70e8fc148a2cc34 (diff) | |
download | FreeBSD-ports-0ac7d39af7430dad1e4dd93dca3ed895af453594.zip FreeBSD-ports-0ac7d39af7430dad1e4dd93dca3ed895af453594.tar.gz |
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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-openchrome/Makefile b/x11-drivers/xf86-video-openchrome/Makefile index 820df53..8ef1027 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> |