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-aa | |
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-aa')
-rw-r--r-- | audio/id3lib/files/patch-aa | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/audio/id3lib/files/patch-aa b/audio/id3lib/files/patch-aa deleted file mode 100644 index fa6124e4ae51..000000000000 --- a/audio/id3lib/files/patch-aa +++ /dev/null @@ -1,22 +0,0 @@ ---- configure.in.orig Fri Nov 3 19:29:51 2000 -+++ configure.in Fri Nov 3 19:29:28 2000 -@@ -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 ---- Makefile.am.orig Fri Nov 3 19:29:40 2000 -+++ Makefile.am Fri Nov 3 19:30:12 2000 -@@ -32,7 +32,7 @@ - popt_subdir = - endif - --SUBDIRS = . m4 $(popt_subdir) $(zlib_subdir) doc include src examples -+SUBDIRS = . m4 doc include src examples - DIST_SUBDIRS = . m4 popt zlib doc include src examples - - INCLUDES = @ID3LIB_DEBUG_FLAGS@ |