aports/testing/id3lib/50-remove-outdated-check.patch
David Demelier 3b5334bdbe testing/id3lib: new aport
http://id3lib.sourceforge.net
library for reading, writing, and manipulating ID3v1 and ID3v2 tags
2020-01-13 18:00:08 +01:00

12 lines
264 B
Diff

We don't actually need iomanip.h
--- a/configure.in
+++ b/configure.in
@@ -227,7 +227,6 @@
)
AC_CHECK_HEADERS( \
string \
- iomanip.h \
,,AC_MSG_ERROR([Missing a vital header file for id3lib])
)