pkgsrc/audio/id3lib/patches/patch-ao
drochner ca77633070 solve the strings.h problem in a better way -
The library contains a header file "strings.h" which gets pulled in
by <string.h>, leading to lossage. Defining ANSI_SOURCE used to help,
but now we don't get an mkstemp() prototype anymore if this is defined,
leading to compile problems at another place...
So finally rename the pkg's strings.h.
Being here, update to ...pre2, the changelog is
* Many bug fixes -- mostly compilation problems -- more detailed info will be
  provided in a later release.
2002-01-08 17:49:12 +00:00

13 lines
716 B
Text

$NetBSD: patch-ao,v 1.1 2002/01/08 17:49:13 drochner Exp $
--- include/id3/Makefile.in.orig Tue Jan 8 16:37:19 2002
+++ include/id3/Makefile.in Tue Jan 8 16:37:34 2002
@@ -108,7 +108,7 @@
id3includedir = $(includedir)/id3
id3include_HEADERS = $(the_headers)
-noinst_HEADERS = helpers.h io_decorators.h io_helpers.h io_strings.h strings.h
+noinst_HEADERS = helpers.h io_decorators.h io_helpers.h io_strings.h id3strings.h
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = ../../config.h