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.7.1-asneeded.patch
Date: Sun, 29 Apr 2012 23:53:21
Message-Id: 20120429235310.C23582004C@flycatcher.gentoo.org
1 mr_bones_ 12/04/29 23:53:10
2
3 Added: cdw-0.7.1-asneeded.patch
4 Log:
5 version bump
6
7 (Portage version: 2.1.10.49/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 app-cdr/cdw/files/cdw-0.7.1-asneeded.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/cdw/files/cdw-0.7.1-asneeded.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/cdw/files/cdw-0.7.1-asneeded.patch?rev=1.1&content-type=text/plain
14
15 Index: cdw-0.7.1-asneeded.patch
16 ===================================================================
17 --- src/Makefile.am.orig 2012-04-29 19:35:31.858232614 -0400
18 +++ src/Makefile.am 2012-04-29 19:36:49.389153634 -0400
19 @@ -11,7 +11,7 @@
20
21
22 # define common linker flags
23 -AM_LDFLAGS = -lmenuw -lformw -lpanelw -lncursesw -lpthread -lcdio -liso9660 -lm -lburn
24 +LIBS = -lmenuw -lformw -lpanelw -lncursesw -lpthread -lcdio -liso9660 -lm -lburn
25
26
27 # list source files
28 @@ -60,7 +60,8 @@
29 $(top_builddir)/gnulib/lib/libgnulib.a \
30 $(top_builddir)/src/external_tools/libcdwexternaltools.a \
31 $(top_builddir)/src/user_interface/widgets/libcdwwidgets.a \
32 - $(top_builddir)/src/tasks/libcdwtasks.a
33 + $(top_builddir)/src/tasks/libcdwtasks.a \
34 + $(LIBS)
35
36 cdw_SOURCES = $(cdw_source_files)
37
38 @@ -85,7 +86,8 @@
39 $(top_builddir)/gnulib/lib/libgnulib.a \
40 $(top_builddir)/src/external_tools/libcdwexternaltools_check.a \
41 $(top_builddir)/src/user_interface/widgets/libcdwwidgets_check.a \
42 - $(top_builddir)/src/tasks/libcdwtasks_check.a
43 + $(top_builddir)/src/tasks/libcdwtasks_check.a \
44 + $(LIBS)
45
46 cdw_tests_SOURCES = $(cdw_source_files)