diff options
author | Mark H Weaver <mhw@netris.org> | 2015-07-06 22:58:52 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-07-06 23:01:56 -0400 |
commit | c803ffcb3a9d5669bf5bae62b66fa058d697545c (patch) | |
tree | c2a375fb29f081c5c3f197edb77b7529a7f46cc7 /gnu-system.am | |
parent | 0ba652b2f58bcc9fee16228721c77d3676b17302 (diff) | |
download | patches-c803ffcb3a9d5669bf5bae62b66fa058d697545c.tar patches-c803ffcb3a9d5669bf5bae62b66fa058d697545c.tar.gz |
gnu: icecat: Fix build against libvpx 1.4.
* gnu/packages/patches/icecat-libvpx-1.4.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/gnuzilla.scm (icecat)[source]: Add patch.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index d6b2aad7c1..71c238b564 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -481,6 +481,7 @@ dist_patch_DATA = \ gnu/packages/patches/icecat-CVE-2015-2739.patch \ gnu/packages/patches/icecat-CVE-2015-2740.patch \ gnu/packages/patches/icecat-CVE-2015-2743.patch \ + gnu/packages/patches/icecat-libvpx-1.4.patch \ gnu/packages/patches/irrlicht-mesa-10.patch \ gnu/packages/patches/jbig2dec-ignore-testtest.patch \ gnu/packages/patches/kmod-module-directory.patch \ |