Warning, /multimedia/kid3/packaging/patches/id3lib-3.8.3-50-remove-outdated-check.patch is written in an unsupported language. File is not indexed.

0001 We don't actually need iomanip.h
0002 --- a/configure.in
0003 +++ b/configure.in
0004 @@ -227,7 +227,6 @@
0005  )
0006  AC_CHECK_HEADERS(               \
0007    string                        \
0008 -  iomanip.h                     \
0009    ,,AC_MSG_ERROR([Missing a vital header file for id3lib])
0010  )
0011  
0012 --- a/configure
0013 +++ b/configure
0014 @@ -10296,7 +10296,6 @@
0015  
0016  for ac_header in \
0017    string                        \
0018 -  iomanip.h                     \
0019  
0020  do
0021  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`