wok-next view libmad/stuff/patches/makefile.patch @ rev 20636

Fix "can't execute '/usr/bin/update-mime-database': No such file or directory"
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 27 15:12:17 2018 +0300 (2018-04-27)
parents
children
line source
1 Add rule for making mad.pc
3 --- a/Makefile.am
4 +++ b/Makefile.am
5 @@ -130,6 +130,9 @@
6 echo '}'; \
7 echo "# endif") >$@
9 +mad.pc: $(top_builddir)/config.status mad.pc.in
10 + cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
11 +
12 libtool: $(LIBTOOL_DEPS)
13 $(SHELL) ./config.status --recheck