Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Apr 2014 17:08:47 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r351352 - head/x11/libxshmfence/files
Message-ID:  <201404151708.s3FH8lCi035673@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org>
++ * Copyright © 2013-2014 Jung-uk Kim <jkim@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);
  }
  



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404151708.s3FH8lCi035673>