df3edeaa8e
* New async error reporting mechanism. Calls made after a fatal error are now safely handled in the event an error code is ignored * Added allocation checks useful to some embedded applications * fix possible read past end of buffer when reading 0 bits * Updates to API documentation
15 lines
420 B
Plaintext
15 lines
420 B
Plaintext
|
|
$FreeBSD$
|
|
|
|
--- doc/libogg/Makefile.in.orig 2009-07-06 19:33:41.000000000 +0200
|
|
+++ doc/libogg/Makefile.in 2009-07-06 19:33:55.000000000 +0200
|
|
@@ -144,7 +144,7 @@ build_vendor = @build_vendor@
|
|
builddir = @builddir@
|
|
datadir = @datadir@
|
|
datarootdir = @datarootdir@
|
|
-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/ogg
|
|
+docdir = $(datadir)/doc/$(PACKAGE)/ogg
|
|
dvidir = @dvidir@
|
|
exec_prefix = @exec_prefix@
|
|
host = @host@
|