summaryrefslogtreecommitdiff
path: root/gnu/packages/patches
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2013-08-07 19:13:46 +0200
committerAndreas Enge <andreas@enge.fr>2013-08-07 19:13:46 +0200
commit25352fe10608d68053f41f0bcaa7571f1432fd14 (patch)
tree8c99231cdc52c7cfd49fe0dc55ab40578c3b5854 /gnu/packages/patches
parent6bfc16d93c04f4be2ef53a5fe271d8898a02fda8 (diff)
gnu: Add ripperX.
* gnu/packages/mp3.scm (ripperx): New variable. * gnu/packages/patches/ripperx-libm.patch: New file. * gnu-system.am (dist_patch_DATA): Add patch.
Diffstat (limited to 'gnu/packages/patches')
-rw-r--r--gnu/packages/patches/ripperx-libm.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/gnu/packages/patches/ripperx-libm.patch b/gnu/packages/patches/ripperx-libm.patch
new file mode 100644
index 0000000000..48277077cf
--- /dev/null
+++ b/gnu/packages/patches/ripperx-libm.patch
@@ -0,0 +1,12 @@
+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\" \