diff options
Diffstat (limited to 'audio/libogg/patches/patch-aa')
-rw-r--r-- | audio/libogg/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/libogg/patches/patch-aa b/audio/libogg/patches/patch-aa new file mode 100644 index 00000000000..1e32bb4e3eb --- /dev/null +++ b/audio/libogg/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 2001/05/02 13:59:34 wiz Exp $ + +--- doc/Makefile.in.orig Mon Feb 26 11:51:53 2001 ++++ doc/Makefile.in +@@ -87,7 +87,7 @@ + + SUBDIRS = ogg + +-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION) ++docdir = $(datadir)/doc/html/$(PACKAGE)-$(VERSION) + + doc_DATA = index.html framing.html oggstream.html white-xifish.png stream.png white-ogg.png + |