summaryrefslogtreecommitdiff
path: root/accessibility/redshift/files/patch-src_gamma-wl.c
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2019-11-22 22:50:48 +0000
committerJan Beich <jbeich@FreeBSD.org>2019-11-22 22:50:48 +0000
commitf27b7ee6e1c030096996a55d205bf544906c4f5a (patch)
tree28361c1c22a042f3be9546dc9e75343daac79256 /accessibility/redshift/files/patch-src_gamma-wl.c
parentlang/php72: Update from 7.2.24 to 7.2.25 (diff)
accessibility/redshift: add Wayland support
PR: 242130 Approved by: swills (maintainer)
Notes
Notes: svn path=/head/; revision=518170
Diffstat (limited to 'accessibility/redshift/files/patch-src_gamma-wl.c')
-rw-r--r--accessibility/redshift/files/patch-src_gamma-wl.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/accessibility/redshift/files/patch-src_gamma-wl.c b/accessibility/redshift/files/patch-src_gamma-wl.c
new file mode 100644
index 000000000000..717d37d47154
--- /dev/null
+++ b/accessibility/redshift/files/patch-src_gamma-wl.c
@@ -0,0 +1,14 @@
+gamma-wl.c:24:10: fatal error: 'alloca.h' file not found
+#include <alloca.h>
+ ^~~~~~~~~~
+
+--- src/gamma-wl.c.orig 2019-08-24 15:20:17 UTC
++++ src/gamma-wl.c
+@@ -21,7 +21,6 @@
+ #include <stdlib.h>
+ #include <stdint.h>
+ #include <string.h>
+-#include <alloca.h>
+ #include <sys/mman.h>
+ #include <sys/types.h>
+ #include <sys/stat.h>