svn commit: r408923 - head/graphics/libdrm/files

Koop Mast kwm at FreeBSD.org
Mon Feb 15 11:31:55 UTC 2016


Author: kwm
Date: Mon Feb 15 11:31:53 2016
New Revision: 408923
URL: https://svnweb.freebsd.org/changeset/ports/408923

Log:
  Unbreak libdrm on dragonfly.
  
  Reported by:	marino@
  Tested by:	marino@

Added:
  head/graphics/libdrm/files/patch-tests_kms_kms-universal-planes.c   (contents, props changed)

Added: head/graphics/libdrm/files/patch-tests_kms_kms-universal-planes.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/libdrm/files/patch-tests_kms_kms-universal-planes.c	Mon Feb 15 11:31:53 2016	(r408923)
@@ -0,0 +1,10 @@
+--- tests/kms/kms-universal-planes.c.orig	2016-02-15 12:05:56.305353000 +0100
++++ tests/kms/kms-universal-planes.c	2016-02-15 12:06:11.194126000 +0100
+@@ -32,6 +32,7 @@
+ #include <stdio.h>
+ #include <string.h>
+ #include <unistd.h>
++#include <sys/select.h>
+ 
+ #include <drm_fourcc.h>
+ #include "xf86drm.h"


More information about the svn-ports-all mailing list