Magellan Linux

Annotation of /trunk/audiofile/patches/audiofile-0.3.2-lm.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1609 - (hide annotations) (download)
Wed Jan 11 14:42:45 2012 UTC (12 years, 5 months ago) by niro
File size: 699 byte(s)
-fixed patch
1 niro 1609 From f9cd73065404f7abd8064fef42b91260ecce37f9 Mon Sep 17 00:00:00 2001
2     From: Michael <kensington@astralcloak.net>
3     Date: Tue, 10 Jan 2012 22:43:09 +1100
4     Subject: [PATCH] Fix underlinking in test/printmarkers so that it will build
5     with gold.
6 niro 1608
7     ---
8 niro 1609 test/Makefile.am | 3 +++
9     1 files changed, 3 insertions(+), 0 deletions(-)
10 niro 1608
11 niro 1609 diff --git a/test/Makefile.am b/test/Makefile.am
12     index 187fe1a..cfa9d71 100644
13     --- a/test/Makefile.am
14     +++ b/test/Makefile.am
15     @@ -58,6 +58,9 @@ DEPENDENCIES = $(LIBAUDIOFILE)
16 niro 1608
17 niro 1609 LIBGTEST = gtest/libgtest.la
18 niro 1608
19 niro 1609 +printmarkers_SOURCES = printmarkers.c
20     +printmarkers_LDADD = $(LIBAUDIOFILE) -lm
21     +
22     sign_SOURCES = sign.cpp
23     sign_LDADD = $(LIBGTEST) $(LIBAUDIOFILE)
24 niro 1608
25 niro 1609 --
26     1.7.8.3
27