diff options
author | Andreas Enge <andreas@enge.fr> | 2015-07-24 21:16:29 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2015-07-24 21:16:29 +0200 |
commit | d0dfc06683c868e48ee85213909e4013db94e221 (patch) | |
tree | fa12bc2a4bc538acd16b0f81b80708fe443b4c53 /gnu/packages/patches/ripperx-libm.patch | |
parent | 10b1f68877b8198e0c1ab8b0ae9142f3b00975dd (diff) | |
download | guix-d0dfc06683c868e48ee85213909e4013db94e221.tar.gz |
gnu: ripperX: Update to 2.8.0.
* gnu/packages/mp3.scm (ripperx): Update to 2.8.0. Drop one patch and add another one. * gnu/packages/patches/ripperx-libm.patch: Remove file. * gnu/packages/patches/ripperx-missing-file.patch: New file. * gnu-system.am (dist_patch_DATA): Register one patch and unregister the other.
Diffstat (limited to 'gnu/packages/patches/ripperx-libm.patch')
-rw-r--r-- | gnu/packages/patches/ripperx-libm.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/gnu/packages/patches/ripperx-libm.patch b/gnu/packages/patches/ripperx-libm.patch deleted file mode 100644 index 48277077cf..0000000000 --- a/gnu/packages/patches/ripperx-libm.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -r -u ripperX-2.7.3.old/src/Makefile.in ripperX-2.7.3.new/src/Makefile.in ---- ripperX-2.7.3.old/src/Makefile.in 2008-01-25 10:53:50.000000000 +0100 -+++ ripperX-2.7.3.new/src/Makefile.in 2013-08-07 16:14:21.000000000 +0200 -@@ -43,7 +43,7 @@ - - ripperX_LDADD = \ - $(INTLLIBS) \ -- $(GTK_LIBS) -+ $(GTK_LIBS) -lm - - AM_CPPFLAGS = \ - -DG_LOG_DOMAIN=\"ripperX\" \ |