wok-next view id3lib/stuff/patches/50-remove-outdated-check.patch @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents
children
line source
1 We don't actually need iomanip.h
2 --- a/configure.in
3 +++ b/configure.in
4 @@ -227,7 +227,6 @@
5 )
6 AC_CHECK_HEADERS( \
7 string \
8 - iomanip.h \
9 ,,AC_MSG_ERROR([Missing a vital header file for id3lib])
10 )