]> git.pld-linux.org Git - packages/deadbeef.git/blame - lm-missing-symbols.patch
- 0.5.2
[packages/deadbeef.git] / lm-missing-symbols.patch
CommitLineData
12c84b5a
ŁK
1diff -uNr deadbeef-0.5.1.old/plugins/ffap/Makefile.am deadbeef-0.5.1/plugins/ffap/Makefile.am
2--- deadbeef-0.5.1.old/plugins/ffap/Makefile.am 2011-03-03 21:06:15.000000000 +0100
3+++ deadbeef-0.5.1/plugins/ffap/Makefile.am 2011-06-06 21:27:36.783839885 +0200
4@@ -4,5 +4,6 @@
5 ffap_la_SOURCES = ffap.c
6 ffap_la_LDFLAGS = -module
7
8+ffap_la_LIBADD = $(LDADD) -lm
9 AM_CFLAGS = $(CFLAGS) -std=c99
10 endif
e93e706d
ŁK
11diff -uNr deadbeef-0.5.1.old/plugins/ffmpeg/Makefile.am deadbeef-0.5.1/plugins/ffmpeg/Makefile.am
12--- deadbeef-0.5.1.old/plugins/ffmpeg/Makefile.am 2011-03-03 21:06:15.000000000 +0100
13+++ deadbeef-0.5.1/plugins/ffmpeg/Makefile.am 2011-06-06 21:19:42.009745288 +0200
14@@ -4,6 +4,6 @@
15 ffmpeg_la_SOURCES = ffmpeg.c
16 ffmpeg_la_LDFLAGS = -module
17
18-ffmpeg_la_LIBADD = $(LDADD) $(FFMPEG_DEPS_LIBS)
19+ffmpeg_la_LIBADD = $(LDADD) $(FFMPEG_DEPS_LIBS) -lm
20 AM_CFLAGS = $(CFLAGS) -std=c99 ${FFMPEG_DEPS_CFLAGS}
21 endif
22diff -uNr deadbeef-0.5.1.old/plugins/m3u/Makefile.am deadbeef-0.5.1/plugins/m3u/Makefile.am
23--- deadbeef-0.5.1.old/plugins/m3u/Makefile.am 2011-05-07 18:42:49.000000000 +0200
24+++ deadbeef-0.5.1/plugins/m3u/Makefile.am 2011-06-06 21:19:24.463173681 +0200
25@@ -5,7 +5,7 @@
26
27 m3u_la_LDFLAGS = -module
28
29-m3u_la_LIBADD = $(LIBADD)
30+m3u_la_LIBADD = $(LIBADD) -lm
31
32 m3u_la_CFLAGS = $(CFLAGS) -std=c99
33 endif
This page took 0.060232 seconds and 4 git commands to generate.