aboutsummaryrefslogtreecommitdiff
path: root/x11/libxshmfence
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2015-04-18 17:38:37 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2015-04-18 17:38:37 +0000
commit767322219400963978dd13d6f82cede030e2a277 (patch)
treeaccd02eb00317127e777339350d01be2ffbc7dbf /x11/libxshmfence
parent7d9224ea77ff273b368242f20bddcbfcc41b4d63 (diff)
downloadports-767322219400963978dd13d6f82cede030e2a277.tar.gz
ports-767322219400963978dd13d6f82cede030e2a277.zip
Notes
Diffstat (limited to 'x11/libxshmfence')
-rw-r--r--x11/libxshmfence/files/patch-src__xshmfence_futex.h10
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>
+