Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libtheora/files: libtheora-1.1.1-underlinking.patch
Date: Sat, 29 Mar 2014 05:10:40
Message-Id: 20140329051033.ADCF420057@flycatcher.gentoo.org
1 ssuominen 14/03/29 05:10:33
2
3 Added: libtheora-1.1.1-underlinking.patch
4 Log:
5 Fix underlinking (missing -lm for function rintf()) wrt #504270 by Hector Martin
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
8
9 Revision Changes Path
10 1.1 media-libs/libtheora/files/libtheora-1.1.1-underlinking.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libtheora/files/libtheora-1.1.1-underlinking.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libtheora/files/libtheora-1.1.1-underlinking.patch?rev=1.1&content-type=text/plain
14
15 Index: libtheora-1.1.1-underlinking.patch
16 ===================================================================
17 http://bugs.gentoo.org/504270
18
19 --- examples/Makefile.am
20 +++ examples/Makefile.am
21 @@ -22,7 +22,7 @@
22
23 player_example_SOURCES = player_example.c
24 player_example_CFLAGS = $(SDL_CFLAGS) $(OGG_CFLAGS) $(VORBIS_CFLAGS)
25 -player_example_LDADD = $(LDADDDEC) $(SDL_LIBS) $(VORBIS_LIBS) $(OSS_LIBS)
26 +player_example_LDADD = $(LDADDDEC) $(SDL_LIBS) $(VORBIS_LIBS) $(OSS_LIBS) -lm
27
28 encoder_example_SOURCES = encoder_example.c
29 EXTRA_encoder_example_SOURCES = getopt.c getopt1.c getopt.h