diff options
author | A. Wilcox <awilcox@wilcox-tech.com> | 2019-03-25 04:35:41 +0000 |
---|---|---|
committer | A. Wilcox <awilcox@wilcox-tech.com> | 2019-03-25 04:35:41 +0000 |
commit | 2aac7c91d6a22da9af6ac791200ecae2fd64fd4e (patch) | |
tree | 767814e8ae339c1379444d061eb47c81a590e112 /user/marco/correctly-posix.patch | |
parent | 13fa4c900a5d7825c4802b12cecdf6e22e9dfac8 (diff) | |
parent | dc9e13229a7c2d216ec98a16075601b9540f7e53 (diff) | |
download | packages-2aac7c91d6a22da9af6ac791200ecae2fd64fd4e.tar.gz packages-2aac7c91d6a22da9af6ac791200ecae2fd64fd4e.tar.bz2 packages-2aac7c91d6a22da9af6ac791200ecae2fd64fd4e.tar.xz packages-2aac7c91d6a22da9af6ac791200ecae2fd64fd4e.zip |
Merge branch 'desktops.mate' into 'master'
Package the MATE desktop environment
See merge request !207
Diffstat (limited to 'user/marco/correctly-posix.patch')
-rw-r--r-- | user/marco/correctly-posix.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/user/marco/correctly-posix.patch b/user/marco/correctly-posix.patch new file mode 100644 index 000000000..e2ad5fa18 --- /dev/null +++ b/user/marco/correctly-posix.patch @@ -0,0 +1,12 @@ +diff -Nurd marco-1.22.0/src/ui/theme.c marco-1.22.0.new/src/ui/theme.c +--- marco-1.22.0/src/ui/theme.c 2019-02-08 08:51:33.000000000 -0600 ++++ marco-1.22.0.new/src/ui/theme.c 2019-03-23 06:00:16.139892136 -0500 +@@ -60,7 +60,7 @@ + #include <gtk/gtk.h> + #include <string.h> + #include <stdlib.h> +-#define __USE_XOPEN ++#define _XOPEN_SOURCE + #include <math.h> + + #define GDK_COLOR_RGBA(color) \ |