diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-12-20 15:22:56 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-12-20 15:22:56 +0000 |
commit | 4a8a94afaf2b48b5a09619c5a9af1590fa7fa2d4 (patch) | |
tree | 38cbfc09931e59714b498a427ca50b5ab0d388d4 /audio/libvorbis/files/patch-Makefile.in | |
parent | Update ports: japanese/yc.el (diff) |
Update to Ogg Vorbis 1.0.1.
Major user-visible change: vorbis-tools now integrates some support for
flac and speex files.
Notes
Notes:
svn path=/head/; revision=96268
Diffstat (limited to 'audio/libvorbis/files/patch-Makefile.in')
-rw-r--r-- | audio/libvorbis/files/patch-Makefile.in | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/audio/libvorbis/files/patch-Makefile.in b/audio/libvorbis/files/patch-Makefile.in index 34617ba89d39..68c18842b349 100644 --- a/audio/libvorbis/files/patch-Makefile.in +++ b/audio/libvorbis/files/patch-Makefile.in @@ -1,12 +1,14 @@ + $FreeBSD$ ---- Makefile.in.orig Tue Jul 17 02:38:23 2001 -+++ Makefile.in Tue Jul 17 02:40:02 2001 -@@ -87,7 +87,7 @@ pthread_lib = @pthread_lib@ + +--- Makefile.in.orig Sun Dec 7 04:04:51 2003 ++++ Makefile.in Sun Dec 7 04:08:24 2003 +@@ -106,7 +106,7 @@ AUTOMAKE_OPTIONS = foreign dist-zip -SUBDIRS = lib include doc examples win32 debian vq -+SUBDIRS = lib include $(DOC) examples win32 debian vq ++SUBDIRS = lib include $(DOC) - m4datadir = $(datadir)/aclocal + m4datadir = $(prefix)/share/aclocal m4data_DATA = vorbis.m4 |