diff options
author | naddy <naddy@FreeBSD.org> | 2009-07-06 21:22:24 +0000 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2009-07-06 21:22:24 +0000 |
commit | 74e65383d35fe42b600f780a2baaca4bf1ff9643 (patch) | |
tree | 5194d71fd897b5c29ece7dcf98082d2d168f943a /audio/libogg/files/patch-doc_Makefile.in | |
parent | d91aa8913f663c74c4b4cd9d6cfa57af88ef0096 (diff) | |
download | FreeBSD-ports-74e65383d35fe42b600f780a2baaca4bf1ff9643.zip FreeBSD-ports-74e65383d35fe42b600f780a2baaca4bf1ff9643.tar.gz |
Update to 1.1.4. From the change log:
* 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
Diffstat (limited to 'audio/libogg/files/patch-doc_Makefile.in')
-rw-r--r-- | audio/libogg/files/patch-doc_Makefile.in | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/audio/libogg/files/patch-doc_Makefile.in b/audio/libogg/files/patch-doc_Makefile.in index 5609e8f..c1c74fb 100644 --- a/audio/libogg/files/patch-doc_Makefile.in +++ b/audio/libogg/files/patch-doc_Makefile.in @@ -1,14 +1,14 @@ $FreeBSD$ ---- doc/Makefile.in.orig -+++ doc/Makefile.in -@@ -178,7 +178,7 @@ - sysconfdir = @sysconfdir@ - target_alias = @target_alias@ - SUBDIRS = libogg +--- doc/Makefile.in.orig 2009-07-06 19:33:18.000000000 +0200 ++++ doc/Makefile.in 2009-07-06 19:33:30.000000000 +0200 +@@ -156,7 +156,7 @@ build_vendor = @build_vendor@ + builddir = @builddir@ + datadir = @datadir@ + datarootdir = @datarootdir@ -docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION) +docdir = $(datadir)/doc/$(PACKAGE) - doc_DATA = framing.html index.html oggstream.html ogg-multiplex.html \ - stream.png vorbisword2.png white-ogg.png white-xifish.png \ - rfc3533.txt rfc3534.txt + dvidir = @dvidir@ + exec_prefix = @exec_prefix@ + host = @host@ |