wok-next view libmpd/stuff/patches/0002-include-config.h.patch @ rev 20199

Up firmware (fix some multiline or empty descriptions), gettext, gtk-theme-blackbird, libmpd, libmpdclient, openbox & openbox-max (keep default Clearlooks theme), xfce4-icon-theme, xfce4-taskmanager, xfmpc. terminal -> xfce4-terminal, xfce4-ristretto -> ristretto (weird, but we agreed to call packages according to sources tarballs).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 03 16:28:49 2017 +0200 (2017-11-03)
parents
children
line source
1 From fba7e03c4466f54424a196f646f865909ceb5fc2 Mon Sep 17 00:00:00 2001
2 From: Christian Hesse <mail@eworm.de>
3 Date: Wed, 19 Jul 2017 14:38:43 +0200
4 Subject: [PATCH 2/3] include config.h
5 ---
6 src/libmpd-strfsong.c | 1 +
7 1 file changed, 1 insertion(+)
9 diff --git a/src/libmpd-strfsong.c b/src/libmpd-strfsong.c
10 index 7d47bed..76fa3ff 100644
11 --- a/src/libmpd-strfsong.c
12 +++ b/src/libmpd-strfsong.c
13 @@ -28,6 +28,7 @@
14 #include <unistd.h>
15 #include <string.h>
16 #include <glib.h>
17 +#include <config.h>
18 #include "libmpd.h"
19 #include "libmpd-internal.h"