diff options
author | Dominik Drobek <dominik.drobek (at) o2.pl> | 2020-01-25 07:24:27 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-25 07:24:27 +0700 |
commit | 10d40f27c9f65ef1bf2f7169bb5fd62dd81a20fa (patch) | |
tree | de933c7222855d085f9e2c16fd6713750eebbe9c /libraries/id3lib/patches/50-remove-outdated-check.patch | |
parent | a1cbb9d55171f9913d5c1ebdb957075122937b1f (diff) |
libraries/id3lib: Add upstream patches.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/id3lib/patches/50-remove-outdated-check.patch')
-rw-r--r-- | libraries/id3lib/patches/50-remove-outdated-check.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libraries/id3lib/patches/50-remove-outdated-check.patch b/libraries/id3lib/patches/50-remove-outdated-check.patch new file mode 100644 index 0000000000..386da2771b --- /dev/null +++ b/libraries/id3lib/patches/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]) + ) + |