diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-10 17:18:43 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-10 17:18:43 +0100 |
commit | 9b562d9f88a1aa7be0b3a1f6f642747cdfad5f97 (patch) | |
tree | e281582d755e226a15336186c5b90cf1196bc67d /package/flac | |
parent | 79460a7e3a45dc5ad90e1b1dc63786c55cbf5074 (diff) | |
parent | b3b32918faf1d63a84c68b24c866d8a849adfdae (diff) |
Merge branch 'master' of openadk.org:/git/openadk
Diffstat (limited to 'package/flac')
-rw-r--r-- | package/flac/patches/patch-src_Makefile_in | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/package/flac/patches/patch-src_Makefile_in b/package/flac/patches/patch-src_Makefile_in new file mode 100644 index 000000000..026228d7a --- /dev/null +++ b/package/flac/patches/patch-src_Makefile_in @@ -0,0 +1,20 @@ +--- flac-1.2.1.orig/src/Makefile.in 2007-09-16 22:05:09.000000000 +0200 ++++ flac-1.2.1/src/Makefile.in 2010-01-06 21:10:24.984375000 +0100 +@@ -226,8 +226,6 @@ target_alias = @target_alias@ + SUBDIRS = \ + libFLAC \ + share \ +- flac \ +- metaflac \ + monkeys_audio_utilities \ + $(XMMS_DIRS) \ + plugin_winamp2 \ +@@ -255,7 +253,7 @@ RECURSIVE_TARGETS = info-recursive dvi-r + installdirs-recursive install-recursive uninstall-recursive \ + check-recursive installcheck-recursive + DIST_COMMON = $(srcdir)/Makefile.in Makefile.am +-DIST_SUBDIRS = libFLAC share flac metaflac monkeys_audio_utilities \ ++DIST_SUBDIRS = libFLAC share monkeys_audio_utilities \ + plugin_common plugin_xmms plugin_winamp2 test_grabbag \ + test_libs_common test_libFLAC test_seeking test_streams \ + libFLAC++ test_libFLAC++ |