diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2014-10-14 22:21:38 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2014-10-14 22:22:13 +0200 |
commit | ac29cc338be46b86e61922f69d928645d71d5a9b (patch) | |
tree | 6790b0f01deb91375a32c5770d645db5be330872 /testing/id3lib/50-remove-outdated-check.patch | |
parent | 8d50d846c0d0fe2ccb11f4a40feaac9c76f866ad (diff) | |
download | aports-ac29cc338be46b86e61922f69d928645d71d5a9b.tar.bz2 aports-ac29cc338be46b86e61922f69d928645d71d5a9b.tar.xz |
testing/id3lib: new aport
Diffstat (limited to 'testing/id3lib/50-remove-outdated-check.patch')
-rw-r--r-- | testing/id3lib/50-remove-outdated-check.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/id3lib/50-remove-outdated-check.patch b/testing/id3lib/50-remove-outdated-check.patch new file mode 100644 index 0000000000..386da2771b --- /dev/null +++ b/testing/id3lib/50-remove-outdated-check.patch @@ -0,0 +1,11 @@ +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]) + ) + |