diff options
author | Andrew Hills <ahills@ednos.net> | 2015-05-29 01:00:20 -0400 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-06-04 12:09:26 +0000 |
commit | 75ac73bcf72154a8822088f2d97b9202455f53b9 (patch) | |
tree | 6aa41e45ec4179843a8b69c2a772be081f87a7d1 /testing/xcmenu/include-fcntl.patch | |
parent | 5e7092ee6133bc0f600e025990f84c62bf66f5c0 (diff) | |
download | aports-75ac73bcf72154a8822088f2d97b9202455f53b9.tar.bz2 aports-75ac73bcf72154a8822088f2d97b9202455f53b9.tar.xz |
testing/xcmenu: new aport
https://github.com/Cloudef/xcmenu
Lightweight clipboard manager for X
Diffstat (limited to 'testing/xcmenu/include-fcntl.patch')
-rw-r--r-- | testing/xcmenu/include-fcntl.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/xcmenu/include-fcntl.patch b/testing/xcmenu/include-fcntl.patch new file mode 100644 index 0000000000..fa7b8621fd --- /dev/null +++ b/testing/xcmenu/include-fcntl.patch @@ -0,0 +1,13 @@ +Only in xcmenu-717cd03d66ab03226c1491678e50030844b0c590-patch/: config.h +Only in xcmenu-717cd03d66ab03226c1491678e50030844b0c590-patch/: xcmenu +--- xcmenu-717cd03d66ab03226c1491678e50030844b0c590/xcmenu.c ++++ xcmenu-717cd03d66ab03226c1491678e50030844b0c590-patch/xcmenu.c +@@ -12,6 +12,7 @@ + #include <unistd.h> + #include <zlib.h> + #include <xcb/xcb.h> ++#include <fcntl.h> + + #ifdef XCB_UTIL + # include <xcb/xcb_util.h> +Only in xcmenu-717cd03d66ab03226c1491678e50030844b0c590-patch/: xcmenu.o |