wok-next annotate 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
rev   line source
al@20199 1 From fba7e03c4466f54424a196f646f865909ceb5fc2 Mon Sep 17 00:00:00 2001
al@20199 2 From: Christian Hesse <mail@eworm.de>
al@20199 3 Date: Wed, 19 Jul 2017 14:38:43 +0200
al@20199 4 Subject: [PATCH 2/3] include config.h
al@20199 5 ---
al@20199 6 src/libmpd-strfsong.c | 1 +
al@20199 7 1 file changed, 1 insertion(+)
al@20199 8
al@20199 9 diff --git a/src/libmpd-strfsong.c b/src/libmpd-strfsong.c
al@20199 10 index 7d47bed..76fa3ff 100644
al@20199 11 --- a/src/libmpd-strfsong.c
al@20199 12 +++ b/src/libmpd-strfsong.c
al@20199 13 @@ -28,6 +28,7 @@
al@20199 14 #include <unistd.h>
al@20199 15 #include <string.h>
al@20199 16 #include <glib.h>
al@20199 17 +#include <config.h>
al@20199 18 #include "libmpd.h"
al@20199 19 #include "libmpd-internal.h"
al@20199 20