diff options
author | Daniel Sabogal <dsabogalcc@gmail.com> | 2017-05-10 18:26:08 -0400 |
---|---|---|
committer | Daniel Sabogal <dsabogalcc@gmail.com> | 2017-05-10 18:28:35 -0400 |
commit | cda6ff3a72917ed7ab183520c40401a006eea995 (patch) | |
tree | 71c2e68859226de4356edb7aed0918f7fe5fed6e /community/sway/stdint.patch | |
parent | ed197e16dd875d34554167c35ff82efba118d311 (diff) | |
download | aports-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.patch | 10 |
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" + |