diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2015-04-18 17:38:37 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2015-04-18 17:38:37 +0000 |
commit | 767322219400963978dd13d6f82cede030e2a277 (patch) | |
tree | accd02eb00317127e777339350d01be2ffbc7dbf /x11/libxshmfence | |
parent | 7d9224ea77ff273b368242f20bddcbfcc41b4d63 (diff) | |
download | ports-767322219400963978dd13d6f82cede030e2a277.tar.gz ports-767322219400963978dd13d6f82cede030e2a277.zip |
Notes
Diffstat (limited to 'x11/libxshmfence')
-rw-r--r-- | x11/libxshmfence/files/patch-src__xshmfence_futex.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11/libxshmfence/files/patch-src__xshmfence_futex.h b/x11/libxshmfence/files/patch-src__xshmfence_futex.h new file mode 100644 index 000000000000..42415ecdaac7 --- /dev/null +++ b/x11/libxshmfence/files/patch-src__xshmfence_futex.h @@ -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> + |