diff mate/marco/musl.patch @ 488:a766a7ab4d35

mate/marco: initial import, closes #1446
author David Demelier <markand@malikania.fr>
date Sun, 07 Apr 2019 14:35:13 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mate/marco/musl.patch	Sun Apr 07 14:35:13 2019 +0200
@@ -0,0 +1,11 @@
+--- src/ui/theme.c.orig	2015-05-13 18:52:13.340057387 +0200
++++ src/ui/theme.c	2015-05-13 18:55:30.469306867 +0200
+@@ -60,7 +60,8 @@
+ #include <gtk/gtk.h>
+ #include <string.h>
+ #include <stdlib.h>
+ #define __USE_XOPEN
++#define _XOPEN_SOURCE
+ #include <math.h>
+ 
+ #define GDK_COLOR_RGBA(color)                                           \