aboutsummaryrefslogtreecommitdiffstats
path: root/main/mate-power-manager/0001-execinfo-patch.patch
diff options
context:
space:
mode:
authorAlan Lacerda <alancordeiro@gmail.com>2015-04-23 12:12:54 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2015-04-23 14:36:38 +0200
commit1c7af937a9087d4b672b9f421b6402eb9a3c9d03 (patch)
treee06c7f98d93373fe13c12914587d1031aeaf51ab /main/mate-power-manager/0001-execinfo-patch.patch
parentc1965861f826135803a07c9b668d890dee845abc (diff)
downloadaports-1c7af937a9087d4b672b9f421b6402eb9a3c9d03.tar.bz2
aports-1c7af937a9087d4b672b9f421b6402eb9a3c9d03.tar.xz
main/mate-power-manager: moved from testing
Diffstat (limited to 'main/mate-power-manager/0001-execinfo-patch.patch')
-rw-r--r--main/mate-power-manager/0001-execinfo-patch.patch56
1 files changed, 56 insertions, 0 deletions
diff --git a/main/mate-power-manager/0001-execinfo-patch.patch b/main/mate-power-manager/0001-execinfo-patch.patch
new file mode 100644
index 0000000000..2c07ef12f1
--- /dev/null
+++ b/main/mate-power-manager/0001-execinfo-patch.patch
@@ -0,0 +1,56 @@
+From f117ad21ce676d67df265e522bfc1047118958ba Mon Sep 17 00:00:00 2001
+From: Alan Lacerda <alacerda@alpinelinux.org>
+Date: Thu, 16 Apr 2015 18:53:43 +0000
+Subject: [PATCH] execinfo patch
+
+---
+ applets/brightness/egg-debug.c | 2 ++
+ applets/inhibit/egg-debug.c | 2 ++
+ src/egg-debug.c | 2 ++
+ 3 files changed, 6 insertions(+)
+
+diff --git a/applets/brightness/egg-debug.c b/applets/brightness/egg-debug.c
+index 2f140f2..3a8e6e7 100644
+--- a/applets/brightness/egg-debug.c
++++ b/applets/brightness/egg-debug.c
+@@ -39,7 +39,9 @@
+ #include <sys/stat.h>
+ #include <fcntl.h>
+ #include <time.h>
++#if defined (__GLIBC__)
+ #include <execinfo.h>
++#endif
+
+ #include "egg-debug.h"
+
+diff --git a/applets/inhibit/egg-debug.c b/applets/inhibit/egg-debug.c
+index 2f140f2..3a8e6e7 100644
+--- a/applets/inhibit/egg-debug.c
++++ b/applets/inhibit/egg-debug.c
+@@ -39,7 +39,9 @@
+ #include <sys/stat.h>
+ #include <fcntl.h>
+ #include <time.h>
++#if defined (__GLIBC__)
+ #include <execinfo.h>
++#endif
+
+ #include "egg-debug.h"
+
+diff --git a/src/egg-debug.c b/src/egg-debug.c
+index 2f140f2..3a8e6e7 100644
+--- a/src/egg-debug.c
++++ b/src/egg-debug.c
+@@ -39,7 +39,9 @@
+ #include <sys/stat.h>
+ #include <fcntl.h>
+ #include <time.h>
++#if defined (__GLIBC__)
+ #include <execinfo.h>
++#endif
+
+ #include "egg-debug.h"
+
+--
+2.3.3
+