diff options
author | Ade Lovett <ade@FreeBSD.org> | 2007-11-26 17:45:55 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2007-11-26 17:45:55 +0000 |
commit | ccd0fca5ecd3b7a022136828951a9543e831e4c7 (patch) | |
tree | 23a432c7392200a0485824ed28d7f75e63b88721 /x11-drivers/xf86-video-openchrome/files | |
parent | d74e33cf2d0f37372b75a4f61eaca7cb76b5ad3e (diff) | |
download | ports-ccd0fca5ecd3b7a022136828951a9543e831e4c7.tar.gz ports-ccd0fca5ecd3b7a022136828951a9543e831e4c7.zip |
Notes
Diffstat (limited to 'x11-drivers/xf86-video-openchrome/files')
-rw-r--r-- | x11-drivers/xf86-video-openchrome/files/patch-libxvmc_viaXvMCPriv.h | 6 |
1 files changed, 6 insertions, 0 deletions
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> |