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

Jung-uk Kim jkim at FreeBSD.org
Tue Apr 15 17:08:47 UTC 2014


Author: jkim
Date: Tue Apr 15 17:08:46 2014
New Revision: 351352
URL: http://svnweb.freebsd.org/changeset/ports/351352
QAT: https://qat.redports.org/buildarchive/r351352/

Log:
  Fix build on head.

Modified:
  head/x11/libxshmfence/files/patch-src__xshmfence_futex.h

Modified: head/x11/libxshmfence/files/patch-src__xshmfence_futex.h
==============================================================================
--- head/x11/libxshmfence/files/patch-src__xshmfence_futex.h	Tue Apr 15 17:06:31 2014	(r351351)
+++ head/x11/libxshmfence/files/patch-src__xshmfence_futex.h	Tue Apr 15 17:08:46 2014	(r351352)
@@ -1,19 +1,20 @@
---- src/xshmfence_futex.h	2013-11-20 17:13:08.000000000 -0500
-+++ src/xshmfence_futex.h	2013-12-09 15:52:29.000000000 -0500
+--- src/xshmfence_futex.h
++++ src/xshmfence_futex.h
 @@ -1,5 +1,6 @@
  /*
   * Copyright © 2013 Keith Packard
-+ * Copyright © 2013 Jung-uk Kim <jkim at FreeBSD.org>
++ * Copyright © 2013-2014 Jung-uk Kim <jkim at FreeBSD.org>
   *
   * Permission to use, copy, modify, distribute, and sell this software and its
   * documentation for any purpose is hereby granted without fee, provided that
-@@ -24,6 +25,27 @@
+@@ -24,6 +25,28 @@
  #define _XSHMFENCE_FUTEX_H_
  
  #include <errno.h>
 +
 +#ifdef HAVE_UMTX
 +
++#include <sys/limits.h>
 +#include <sys/types.h>
 +#include <sys/umtx.h>
 +
@@ -35,7 +36,7 @@
  #include <stdint.h>
  #include <values.h>
  #include <linux/futex.h>
-@@ -43,6 +65,8 @@
+@@ -43,6 +66,8 @@
  	return sys_futex(addr, FUTEX_WAIT, value, NULL, NULL, 0);
  }
  


More information about the svn-ports-all mailing list