diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-10 16:02:36 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-10 16:02:36 +0100 |
commit | 77bdac14df2e20b290cdd4bcad0ecb0e1fc446be (patch) | |
tree | b65fd6e8be5c5c51e56265f8a6519c247c8f9576 /package/flac/patches/patch-src_Makefile_in | |
parent | 6d9c9a3eed574c29368efb644e76fadd5c2a9fd5 (diff) |
fix build on Cygwin
Diffstat (limited to 'package/flac/patches/patch-src_Makefile_in')
-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++ |