Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-cdr/cdw/files: cdw-0.6.0-asneeded.patch
Date: Fri, 05 Nov 2010 22:02:20
Message-Id: 20101105220217.9E6F720051@flycatcher.gentoo.org
1 mr_bones_ 10/11/05 22:02:17
2
3 Modified: cdw-0.6.0-asneeded.patch
4 Log:
5 add -lm to the libs as reported by Arseny Solokha (bug #344315)
6 (Portage version: 2.1.8.3/cvs/Linux i686)
7
8 Revision Changes Path
9 1.2 app-cdr/cdw/files/cdw-0.6.0-asneeded.patch
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/cdw/files/cdw-0.6.0-asneeded.patch?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/cdw/files/cdw-0.6.0-asneeded.patch?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/cdw/files/cdw-0.6.0-asneeded.patch?r1=1.1&r2=1.2
14
15 Index: cdw-0.6.0-asneeded.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-cdr/cdw/files/cdw-0.6.0-asneeded.patch,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- cdw-0.6.0-asneeded.patch 5 Nov 2010 08:44:57 -0000 1.1
22 +++ cdw-0.6.0-asneeded.patch 5 Nov 2010 22:02:17 -0000 1.2
23 @@ -18,7 +18,7 @@
24 $(top_builddir)/src/user_interface/libcdwuserinterface.a \
25 - $(top_builddir)/gnulib/lib/libgnulib.a
26 + $(top_builddir)/gnulib/lib/libgnulib.a \
27 -+ -lmenuw -lformw -lpanelw -lncursesw -lpthread -lcdio -liso9660
28 ++ -lmenuw -lformw -lpanelw -lncursesw -lpthread -lcdio -liso9660 -lm
29
30 cdw_SOURCES = $(cdw_source_files)
31
32 @@ -28,7 +28,7 @@
33 $(top_builddir)/src/user_interface/libcdwuserinterface_check.a \
34 - $(top_builddir)/gnulib/lib/libgnulib.a
35 + $(top_builddir)/gnulib/lib/libgnulib.a \
36 -+ -lmenuw -lformw -lpanelw -lncursesw -lpthread -lcdio -liso9660
37 ++ -lmenuw -lformw -lpanelw -lncursesw -lpthread -lcdio -liso9660 -lm
38
39 cdw_tests_SOURCES = $(cdw_source_files)