Dash:
[t2.git] / package / audio / esound / libm.patch
blob562078371e5ba054b580e6fe67d67cae544cf1ac
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/*/esound/libm.patch
5 # Copyright (C) 2021 The T2 SDE Project
6 #
7 # More information can be found in the files COPYING and README.
8 #
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
14 # version.
15 # --- T2-COPYRIGHT-NOTE-END ---
17 --- esound-0.2.41/Makefile.am.vanilla 2021-01-17 15:53:50.868000000 +0100
18 +++ esound-0.2.41/Makefile.am 2021-01-17 15:53:56.512000000 +0100
19 @@ -125,7 +125,7 @@
21 LDADD = libesd.la $(AUDIOFILE_LIBS)
23 -esd_LDADD = $(WRAP_LIB) $(LDADD)
24 +esd_LDADD = $(WRAP_LIB) $(LDADD) -lm
26 m4datadir = $(datadir)/aclocal
27 m4data_DATA = esd.m4
28 --- esound-0.2.41/Makefile.in.vanilla 2021-01-17 15:53:59.837000000 +0100
29 +++ esound-0.2.41/Makefile.in 2021-01-17 15:54:20.537000000 +0100
30 @@ -421,7 +421,7 @@
31 esdplay.c
33 LDADD = libesd.la $(AUDIOFILE_LIBS)
34 -esd_LDADD = $(WRAP_LIB) $(LDADD)
35 +esd_LDADD = $(WRAP_LIB) $(LDADD) -lm
36 m4datadir = $(datadir)/aclocal
37 m4data_DATA = esd.m4
38 esdconfdir = $(sysconfdir)