wok-next annotate 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
rev   line source
al@20357 1 We don't actually need iomanip.h
al@20357 2 --- a/configure.in
al@20357 3 +++ b/configure.in
al@20357 4 @@ -227,7 +227,6 @@
al@20357 5 )
al@20357 6 AC_CHECK_HEADERS( \
al@20357 7 string \
al@20357 8 - iomanip.h \
al@20357 9 ,,AC_MSG_ERROR([Missing a vital header file for id3lib])
al@20357 10 )
al@20357 11