From: Łukasz Kieś Date: Mon, 6 Jun 2011 19:28:54 +0000 (+0000) Subject: - one more plugin with missing symbols X-Git-Tag: auto/ti/deadbeef-0_5_1-1~5 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fdeadbeef.git;a=commitdiff_plain;h=12c84b5a9750b428dfb52f6060056c552b3e6c5a - one more plugin with missing symbols Changed files: lm-missing-symbols.patch -> 1.2 --- diff --git a/lm-missing-symbols.patch b/lm-missing-symbols.patch index 8ad0db4..7fc951b 100644 --- a/lm-missing-symbols.patch +++ b/lm-missing-symbols.patch @@ -1,3 +1,13 @@ +diff -uNr deadbeef-0.5.1.old/plugins/ffap/Makefile.am deadbeef-0.5.1/plugins/ffap/Makefile.am +--- deadbeef-0.5.1.old/plugins/ffap/Makefile.am 2011-03-03 21:06:15.000000000 +0100 ++++ deadbeef-0.5.1/plugins/ffap/Makefile.am 2011-06-06 21:27:36.783839885 +0200 +@@ -4,5 +4,6 @@ + ffap_la_SOURCES = ffap.c + ffap_la_LDFLAGS = -module + ++ffap_la_LIBADD = $(LDADD) -lm + AM_CFLAGS = $(CFLAGS) -std=c99 + endif diff -uNr deadbeef-0.5.1.old/plugins/ffmpeg/Makefile.am deadbeef-0.5.1/plugins/ffmpeg/Makefile.am --- deadbeef-0.5.1.old/plugins/ffmpeg/Makefile.am 2011-03-03 21:06:15.000000000 +0100 +++ deadbeef-0.5.1/plugins/ffmpeg/Makefile.am 2011-06-06 21:19:42.009745288 +0200