wok view volumeicon/stuff/alsa_backend.patch @ rev 21619

gcc83-lib-base: revert to gcc-lib-base post install
Previous post-install rules don't work for me producing error:
error: C compiler cannot create executables
on the another plain build when I previously used gcc83 & gcc83-lib-base to compile my other package
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat May 25 14:09:45 2019 +0300 (2019-05-25)
parents
children
line source
1 --- src/alsa_backend.new.c
2 +++ src/alsa_backend.c
3 @@ -22,10 +22,7 @@
4 //##############################################################################
6 #include <alsa/asoundlib.h>
7 -#include <glib/gstring.h>
8 -#include <glib/gstdio.h>
9 -#include <glib/glist.h>
10 -#include <glib/giochannel.h>
11 +#include <glib.h>
13 #include "alsa_backend.h"