aboutsummaryrefslogtreecommitdiffstats
path: root/main/metacity/fix-xopen.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-11-11 08:30:24 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-11-11 08:30:24 +0000
commitbaf911a379b47263b913a5bf3c012aec4d8ec0bd (patch)
tree14e7bab7fae786b7e54205cb2e8ab4f9f5138c42 /main/metacity/fix-xopen.patch
parenta9eda3c420736a1b166e6231f9665ccec870299e (diff)
downloadaports-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.patch28
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"