Date: Sat, 18 Apr 2015 17:38:38 +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: r384244 - head/x11/libxshmfence/files Message-ID: <201504181738.t3IHcco1085473@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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> +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504181738.t3IHcco1085473>