diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-11 08:30:24 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-11 08:30:24 +0000 |
commit | baf911a379b47263b913a5bf3c012aec4d8ec0bd (patch) | |
tree | 14e7bab7fae786b7e54205cb2e8ab4f9f5138c42 /main/metacity/fix-xopen.patch | |
parent | a9eda3c420736a1b166e6231f9665ccec870299e (diff) | |
download | aports-baf911a379b47263b913a5bf3c012aec4d8ec0bd.tar.bz2 aports-baf911a379b47263b913a5bf3c012aec4d8ec0bd.tar.xz |
main/metacity: purge
gnome2 no longer supported
Diffstat (limited to 'main/metacity/fix-xopen.patch')
-rw-r--r-- | main/metacity/fix-xopen.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/main/metacity/fix-xopen.patch b/main/metacity/fix-xopen.patch deleted file mode 100644 index 13e55c6ac3..0000000000 --- a/main/metacity/fix-xopen.patch +++ /dev/null @@ -1,28 +0,0 @@ ---- ./src/ui/theme.c.orig -+++ ./src/ui/theme.c -@@ -52,6 +52,7 @@ - * things. This is the parser used for that language. - */ - -+#define _XOPEN_SOURCE - #include <config.h> - #include "theme.h" - #include "theme-parser.h" -@@ -60,7 +61,6 @@ - #include <gtk/gtk.h> - #include <string.h> - #include <stdlib.h> --#define __USE_XOPEN - #include <math.h> - - #define GDK_COLOR_RGBA(color) \ ---- ./src/core/session.c.orig -+++ ./src/core/session.c -@@ -23,6 +23,7 @@ - * 02111-1307, USA. - */ - -+#define _XOPEN_SOURCE - #include <config.h> - - #include "session.h" |