diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-11-24 20:48:24 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-11-24 20:48:24 +0000 |
commit | 8ac5a94e3b4b13cbc14ad01c773483b851974f4c (patch) | |
tree | 00fc6cbba996aaba0f4656a5b99a9d1c41f8d3d7 /audio/id3lib/files/patch-configure | |
parent | Add rubygem-aws-sdk-networkfirewall 1.0.0 (diff) |
Convert REINPLACE_CMD to patch files
- Update patch files
Notes
Notes:
svn path=/head/; revision=556187
Diffstat (limited to 'audio/id3lib/files/patch-configure')
-rw-r--r-- | audio/id3lib/files/patch-configure | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/audio/id3lib/files/patch-configure b/audio/id3lib/files/patch-configure index d769d997f792..d4e36fb70886 100644 --- a/audio/id3lib/files/patch-configure +++ b/audio/id3lib/files/patch-configure @@ -1,6 +1,6 @@ --- configure.orig 2003-03-02 00:23:00 UTC +++ configure -@@ -9134,6 +9134,7 @@ if test x$ac_cv_lib_z_uncompress = xno; +@@ -9134,6 +9134,7 @@ if test x$ac_cv_lib_z_uncompress = xno; then else ID3_NEEDZLIB_TRUE='#' ID3_NEEDZLIB_FALSE= @@ -27,3 +27,12 @@ else echo "$as_me:$LINENO: result: not found (panic)" >&5 echo "${ECHO_T}not found (panic)" >&6 +@@ -10296,7 +10296,7 @@ done + + for ac_header in \ + string \ +- iomanip.h \ ++ iomanip \ + + do + as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |