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

Matthew Rezny rezny at FreeBSD.org
Tue Feb 21 13:48:03 UTC 2017


Author: rezny
Date: Tue Feb 21 13:48:02 2017
New Revision: 434525
URL: https://svnweb.freebsd.org/changeset/ports/434525

Log:
  Add missing header to fix build on PPC
  
  Submitted by:	andreast
  Approved by:	swills (mentor)
  Differential Revision:	https://reviews.freebsd.org/D9666

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

Added: head/graphics/libdrm/files/patch-xf86drmMode.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/libdrm/files/patch-xf86drmMode.c	Tue Feb 21 13:48:02 2017	(r434525)
@@ -0,0 +1,10 @@
+--- xf86drmMode.c.orig	2017-01-28 01:15:16 UTC
++++ xf86drmMode.c
+@@ -47,6 +47,7 @@
+ #include <stdlib.h>
+ #include <sys/ioctl.h>
+ #ifdef HAVE_SYS_SYSCTL_H
++#include <sys/types.h>
+ #include <sys/sysctl.h>
+ #endif
+ #include <stdio.h>


More information about the svn-ports-all mailing list