diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2013-06-09 19:30:58 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2013-06-09 19:30:58 +0000 |
commit | 1f2b1eac8efc6c78fe5812a440328a74c1db3ec5 (patch) | |
tree | 45e6d01ac243fc692b2b3dc21ccf4af150938e8d /audio/flac/files/patch-Makefile.in | |
parent | - Update to 1.22 (diff) |
* Major update to FLAC 1.3.0, including shared library bumps.
* Chase the update in dependent ports.
PR: 179072
Notes
Notes:
svn path=/head/; revision=320405
Diffstat (limited to 'audio/flac/files/patch-Makefile.in')
-rw-r--r-- | audio/flac/files/patch-Makefile.in | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/audio/flac/files/patch-Makefile.in b/audio/flac/files/patch-Makefile.in index 14dd79539ad5..7246f1072586 100644 --- a/audio/flac/files/patch-Makefile.in +++ b/audio/flac/files/patch-Makefile.in @@ -1,14 +1,14 @@ $FreeBSD$ ---- Makefile.in.orig -+++ Makefile.in -@@ -234,7 +234,7 @@ - - AUTOMAKE_OPTIONS = foreign 1.7 - --SUBDIRS = doc include m4 man src examples test build obj -+SUBDIRS = $(DOC) include m4 man src test build - - DISTCLEANFILES = libtool-disable-static - +--- Makefile.in.orig 2013-05-27 10:11:58.639908000 +0200 ++++ Makefile.in 2013-06-09 18:13:05.000000000 +0200 +@@ -323,7 +323,7 @@ top_build_prefix = @top_build_prefix@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ + ACLOCAL_AMFLAGS = -I m4 +-SUBDIRS = doc include m4 man src examples test build objs ++SUBDIRS = $(DOC) include m4 man src examples test build objs + EXTRA_DIST = \ + COPYING.FDL \ + COPYING.GPL \ |