Gentoo Archives: gentoo-commits

From: "Alexandre Rostovtsev (tetromino)" <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/audiofile/files: audiofile-0.3.2-gold.patch
Date: Wed, 11 Jan 2012 00:14:19
Message-Id: 20120111001409.139F72004C@flycatcher.gentoo.org
1 tetromino 12/01/11 00:14:09
2
3 Added: audiofile-0.3.2-gold.patch
4 Log:
5 Fix underlinking in tests (bug #398369, thanks to Michael (kensington) for the patch).
6
7 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 media-libs/audiofile/files/audiofile-0.3.2-gold.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/audiofile/files/audiofile-0.3.2-gold.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/audiofile/files/audiofile-0.3.2-gold.patch?rev=1.1&content-type=text/plain
14
15 Index: audiofile-0.3.2-gold.patch
16 ===================================================================
17 From f9cd73065404f7abd8064fef42b91260ecce37f9 Mon Sep 17 00:00:00 2001
18 From: Michael <kensington@×××××××××××.net>
19 Date: Tue, 10 Jan 2012 22:43:09 +1100
20 Subject: [PATCH] Fix underlinking in test/printmarkers so that it will build
21 with gold.
22
23 ---
24 test/Makefile.am | 3 +++
25 1 files changed, 3 insertions(+), 0 deletions(-)
26
27 diff --git a/test/Makefile.am b/test/Makefile.am
28 index 187fe1a..cfa9d71 100644
29 --- a/test/Makefile.am
30 +++ b/test/Makefile.am
31 @@ -58,6 +58,9 @@ DEPENDENCIES = $(LIBAUDIOFILE)
32
33 LIBGTEST = gtest/libgtest.la
34
35 +printmarkers_SOURCES = printmarkers.c
36 +printmarkers_LDADD = $(LIBAUDIOFILE) -lm
37 +
38 sign_SOURCES = sign.cpp
39 sign_LDADD = $(LIBGTEST) $(LIBAUDIOFILE)
40
41 --
42 1.7.8.3