aboutsummaryrefslogtreecommitdiff
path: root/x11-drivers/xf86-video-openchrome
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2007-11-26 17:45:55 +0000
committerAde Lovett <ade@FreeBSD.org>2007-11-26 17:45:55 +0000
commitccd0fca5ecd3b7a022136828951a9543e831e4c7 (patch)
tree23a432c7392200a0485824ed28d7f75e63b88721 /x11-drivers/xf86-video-openchrome
parentd74e33cf2d0f37372b75a4f61eaca7cb76b5ad3e (diff)
downloadports-ccd0fca5ecd3b7a022136828951a9543e831e4c7.tar.gz
ports-ccd0fca5ecd3b7a022136828951a9543e831e4c7.zip
Notes
Diffstat (limited to 'x11-drivers/xf86-video-openchrome')
-rw-r--r--x11-drivers/xf86-video-openchrome/Makefile8
-rw-r--r--x11-drivers/xf86-video-openchrome/files/patch-libxvmc_viaXvMCPriv.h6
2 files changed, 7 insertions, 7 deletions
diff --git a/x11-drivers/xf86-video-openchrome/Makefile b/x11-drivers/xf86-video-openchrome/Makefile
index 8ef1027992c3..2e4e98c131e6 100644
--- a/x11-drivers/xf86-video-openchrome/Makefile
+++ b/x11-drivers/xf86-video-openchrome/Makefile
@@ -30,10 +30,4 @@ MAN4= via.4x
pre-configure:
@(cd ${WRKSRC} && ${SH} ./autogen.sh)
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} <= 600000
-BROKEN= Fails to compile: does not find pthread include file
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/x11-drivers/xf86-video-openchrome/files/patch-libxvmc_viaXvMCPriv.h b/x11-drivers/xf86-video-openchrome/files/patch-libxvmc_viaXvMCPriv.h
new file mode 100644
index 000000000000..2af32071aa66
--- /dev/null
+++ b/x11-drivers/xf86-video-openchrome/files/patch-libxvmc_viaXvMCPriv.h
@@ -0,0 +1,6 @@
+--- libxvmc/viaXvMCPriv.h.orig Wed Jan 25 15:56:20 2006
++++ libxvmc/viaXvMCPriv.h Sun Nov 25 09:43:03 2007
+@@ -31,2 +31,3 @@
+ #include <stdlib.h>
++#include <pthread.h> /* For FreeBSD 5.x */
+ #include <X11/Xutil.h>