aboutsummaryrefslogtreecommitdiffstats
path: root/community/sway/stdint.patch
diff options
context:
space:
mode:
authorDaniel Sabogal <dsabogalcc@gmail.com>2017-05-10 18:26:08 -0400
committerDaniel Sabogal <dsabogalcc@gmail.com>2017-05-10 18:28:35 -0400
commitcda6ff3a72917ed7ab183520c40401a006eea995 (patch)
tree71c2e68859226de4356edb7aed0918f7fe5fed6e /community/sway/stdint.patch
parented197e16dd875d34554167c35ff82efba118d311 (diff)
downloadaports-cda6ff3a72917ed7ab183520c40401a006eea995.tar.bz2
aports-cda6ff3a72917ed7ab183520c40401a006eea995.tar.xz
community/sway: upgrade to 0.13.0
fix makedepends
Diffstat (limited to 'community/sway/stdint.patch')
-rw-r--r--community/sway/stdint.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/community/sway/stdint.patch b/community/sway/stdint.patch
new file mode 100644
index 0000000000..5c72680d45
--- /dev/null
+++ b/community/sway/stdint.patch
@@ -0,0 +1,10 @@
+--- sway-0.13.0/wayland/pango.c.orig
++++ sway-0.13.0/wayland/pango.c
+@@ -4,6 +4,7 @@
+ #include <stdlib.h>
+ #include <string.h>
+ #include <stdio.h>
++#include <stdint.h>
+ #include <stdbool.h>
+ #include "log.h"
+