diff options
author | wiz <wiz@pkgsrc.org> | 2007-01-13 15:35:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-01-13 15:35:52 +0000 |
commit | 3e7b0f1f18cf5a8112f60f2b72403981dc090dad (patch) | |
tree | a39c490b96321116445b443d39034da73aea7464 /audio/vorbis-tools/patches/patch-ao | |
parent | d65c641ce6b461dd25fe4fccffd2a019b13c5a19 (diff) | |
download | pkgsrc-3e7b0f1f18cf5a8112f60f2b72403981dc090dad.tar.gz |
Add support for flac-1.1.3 based on Josh Coalson's patches.
Bump PKGREVISION because previously it would just disable flac
support.
Diffstat (limited to 'audio/vorbis-tools/patches/patch-ao')
-rw-r--r-- | audio/vorbis-tools/patches/patch-ao | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/audio/vorbis-tools/patches/patch-ao b/audio/vorbis-tools/patches/patch-ao new file mode 100644 index 00000000000..c214aff9031 --- /dev/null +++ b/audio/vorbis-tools/patches/patch-ao @@ -0,0 +1,15 @@ +$NetBSD: patch-ao,v 1.1 2007/01/13 15:35:52 wiz Exp $ + +--- ogg123/Makefile.in.orig 2005-06-27 09:29:11.000000000 +0000 ++++ ogg123/Makefile.in +@@ -63,8 +63,8 @@ am__ogg123_SOURCES_DIST = audio.c buffer + format.h ogg123.h playlist.h status.h transport.h \ + vorbis_comments.h flac_format.c easyflac.c easyflac.h \ + speex_format.c +-@HAVE_LIBFLAC_TRUE@am__objects_1 = flac_format.$(OBJEXT) \ +-@HAVE_LIBFLAC_TRUE@ easyflac.$(OBJEXT) ++@HAVE_LIBFLAC_TRUE@am__objects_1 = \ ++@HAVE_LIBFLAC_TRUE@ flac_format.$(OBJEXT) + @HAVE_LIBSPEEX_TRUE@am__objects_2 = speex_format.$(OBJEXT) + am_ogg123_OBJECTS = audio.$(OBJEXT) buffer.$(OBJEXT) \ + callbacks.$(OBJEXT) cfgfile_options.$(OBJEXT) \ |