svn commit: r384244 - head/x11/libxshmfence/files

Jung-uk Kim jkim at FreeBSD.org
Sat Apr 18 17:38:38 UTC 2015


Author: jkim
Date: Sat Apr 18 17:38:37 2015
New Revision: 384244
URL: https://svnweb.freebsd.org/changeset/ports/384244

Log:
  Redo r351352 to fix build on head.

Added:
  head/x11/libxshmfence/files/patch-src__xshmfence_futex.h   (contents, props changed)

Added: head/x11/libxshmfence/files/patch-src__xshmfence_futex.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/libxshmfence/files/patch-src__xshmfence_futex.h	Sat Apr 18 17:38:37 2015	(r384244)
@@ -0,0 +1,10 @@
+--- src/xshmfence_futex.h.orig	2014-06-17 16:46:42.000000000 -0400
++++ src/xshmfence_futex.h	2015-04-18 12:16:21.953572000 -0400
+@@ -28,6 +28,7 @@
+ 
+ #ifdef HAVE_UMTX
+ 
++#include <sys/limits.h>
+ #include <sys/types.h>
+ #include <sys/umtx.h>
+ 


More information about the svn-ports-all mailing list