diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2002-07-21 20:11:00 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2002-07-21 20:11:00 +0000 |
commit | 3003a8c0559cb44b98e3d2ac4650bd42ecec0122 (patch) | |
tree | 8afe7517d079bcbae127c67679ea806f5f610a36 /audio/id3lib/files/patch-configure.in | |
parent | INTERNALLIB has a different meaning in the new bsd.lib.mk (diff) |
Fix build with gcc3.1 (-CURRENT).
PR: 40830
Submitted by: Jan Stocker <Jan.Stocker@t-online.de>
Minor cleanup while we're here.
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=63334
Diffstat (limited to 'audio/id3lib/files/patch-configure.in')
-rw-r--r-- | audio/id3lib/files/patch-configure.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/id3lib/files/patch-configure.in b/audio/id3lib/files/patch-configure.in new file mode 100644 index 000000000000..c9b7b12866f9 --- /dev/null +++ b/audio/id3lib/files/patch-configure.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- configure.in.orig Fri Sep 15 02:03:02 2000 ++++ configure.in Sun Jul 21 15:13:19 2002 +@@ -143,7 +143,7 @@ + ) + AC_LANG_SAVE + AC_LANG_CPLUSPLUS +-AC_CHECK_HEADER(iostream.h iomanip.h) ++AC_CHECK_HEADERS(iostream.h iomanip.h) + + dnl Check for functions. + AC_FUNC_MEMCMP |