diff options
author | Andreas Enge <andreas@enge.fr> | 2013-01-31 22:18:47 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2013-01-31 22:19:56 +0100 |
commit | 9ae7865e977411e70e59a328b1b3ee47f7e0fd71 (patch) | |
tree | e03d9ad470cd68db48d59300e7f5823e54cf9e85 /Makefile.am | |
parent | f992ead2845ab1d9ba9d172a86dfa0862d83de47 (diff) |
gnu: Add flac.
* gnu/packages/oggvorbis.scm (flac): New variable.
* gnu/packages/oggvorbis.scm (vorbis-tools): Add flac input.
* gnu/packages/patches/flac-fix-memcmp-not-declared.patch: New file.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index cbccd28b67..439b5ff5b4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -153,6 +153,8 @@ dist_patch_DATA = \ gnu/packages/patches/cpio-gets-undeclared.patch \ gnu/packages/patches/diffutils-gets-undeclared.patch \ gnu/packages/patches/emacs-configure-sh.patch \ + gnu/packages/patches/findutils-absolute-paths.patch \ + gnu/packages/patches/flac-fix-memcmp-not-declared.patch \ gnu/packages/patches/flex-bison-tests.patch \ gnu/packages/patches/gawk-shell.patch \ gnu/packages/patches/gettext-gets-undeclared.patch \ @@ -174,7 +176,6 @@ dist_patch_DATA = \ gnu/packages/patches/m4-readlink-EINVAL.patch \ gnu/packages/patches/m4-s_isdir.patch \ gnu/packages/patches/make-impure-dirs.patch \ - gnu/packages/patches/findutils-absolute-paths.patch \ gnu/packages/patches/perl-no-sys-dirs.patch \ gnu/packages/patches/procps-make-3.82.patch \ gnu/packages/patches/readline-link-ncurses.patch \ |