diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-03-25 14:13:52 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-03-25 14:37:14 -0500 |
commit | d398872e0b7d9958a8b0b1798cdbc19cd45ea8df (patch) | |
tree | f65633ea50cb057c75f9f2d58a03a0207c5a7f30 /user/id3lib/modern-cpp.patch | |
parent | 8dbe01c2f26ed9fc09a3e1d156a0f208029e9558 (diff) | |
download | packages-d398872e0b7d9958a8b0b1798cdbc19cd45ea8df.tar.gz packages-d398872e0b7d9958a8b0b1798cdbc19cd45ea8df.tar.bz2 packages-d398872e0b7d9958a8b0b1798cdbc19cd45ea8df.tar.xz packages-d398872e0b7d9958a8b0b1798cdbc19cd45ea8df.zip |
user/id3lib: new package
Diffstat (limited to 'user/id3lib/modern-cpp.patch')
-rw-r--r-- | user/id3lib/modern-cpp.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/user/id3lib/modern-cpp.patch b/user/id3lib/modern-cpp.patch new file mode 100644 index 000000000..e56460167 --- /dev/null +++ b/user/id3lib/modern-cpp.patch @@ -0,0 +1,22 @@ +The <iomanip> header is already checked; <iomanip.h> is pre-C++98 alias. + +--- id3lib-3.8.3/configure.in.old 2003-03-02 00:23:00.000000000 +0000 ++++ id3lib-3.8.3/configure.in 2018-03-25 06:43:58.270837035 +0000 +@@ -227,7 +227,6 @@ + ) + AC_CHECK_HEADERS( \ + string \ +- iomanip.h \ + ,,AC_MSG_ERROR([Missing a vital header file for id3lib]) + ) + +--- id3lib-3.8.3/configure.old 2003-03-02 00:23:00.000000000 +0000 ++++ id3lib-3.8.3/configure 2018-03-25 06:44:02.260837054 +0000 +@@ -10296,7 +10296,6 @@ + + for ac_header in \ + string \ +- iomanip.h \ + + do + as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |