* [gentoo-commits] gentoo-x86 commit in app-cdr/cdw/files: cdw-0.6.0-asneeded.patch
@ 2010-11-05 8:44 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2010-11-05 8:44 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 10/11/05 08:44:57
Added: cdw-0.6.0-asneeded.patch
Log:
version bump
(Portage version: 2.1.8.3/cvs/Linux i686)
Revision Changes Path
1.1 app-cdr/cdw/files/cdw-0.6.0-asneeded.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/cdw/files/cdw-0.6.0-asneeded.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/cdw/files/cdw-0.6.0-asneeded.patch?rev=1.1&content-type=text/plain
Index: cdw-0.6.0-asneeded.patch
===================================================================
diff -ru cdw-0.6.0.orig/src/Makefile.am cdw-0.6.0/src/Makefile.am
--- cdw-0.6.0.orig/src/Makefile.am 2010-10-20 14:24:16.000000000 -0400
+++ cdw-0.6.0/src/Makefile.am 2010-11-05 03:49:25.609187912 -0400
@@ -10,10 +10,6 @@
include $(top_srcdir)/Makefile.cdw.am
-# define common linker flags
-AM_LDFLAGS = -lmenuw -lformw -lpanelw -lncursesw -lpthread -lcdio -liso9660
-
-
# list source files
cdw_source_files = cddb.c main.c
@@ -56,7 +52,8 @@
$(top_builddir)/src/optical_file_systems/libcdwopticalfilesystems.a \
$(top_builddir)/src/configuration/libcdwconfiguration.a \
$(top_builddir)/src/user_interface/libcdwuserinterface.a \
- $(top_builddir)/gnulib/lib/libgnulib.a
+ $(top_builddir)/gnulib/lib/libgnulib.a \
+ -lmenuw -lformw -lpanelw -lncursesw -lpthread -lcdio -liso9660
cdw_SOURCES = $(cdw_source_files)
@@ -77,7 +74,8 @@
$(top_builddir)/src/optical_file_systems/libcdwopticalfilesystems_check.a \
$(top_builddir)/src/configuration/libcdwconfiguration_check.a \
$(top_builddir)/src/user_interface/libcdwuserinterface_check.a \
- $(top_builddir)/gnulib/lib/libgnulib.a
+ $(top_builddir)/gnulib/lib/libgnulib.a \
+ -lmenuw -lformw -lpanelw -lncursesw -lpthread -lcdio -liso9660
cdw_tests_SOURCES = $(cdw_source_files)
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-cdr/cdw/files: cdw-0.6.0-asneeded.patch
@ 2010-11-05 22:02 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2010-11-05 22:02 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 10/11/05 22:02:17
Modified: cdw-0.6.0-asneeded.patch
Log:
add -lm to the libs as reported by Arseny Solokha (bug #344315)
(Portage version: 2.1.8.3/cvs/Linux i686)
Revision Changes Path
1.2 app-cdr/cdw/files/cdw-0.6.0-asneeded.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/cdw/files/cdw-0.6.0-asneeded.patch?rev=1.2&view=markup
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
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
Index: cdw-0.6.0-asneeded.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-cdr/cdw/files/cdw-0.6.0-asneeded.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cdw-0.6.0-asneeded.patch 5 Nov 2010 08:44:57 -0000 1.1
+++ cdw-0.6.0-asneeded.patch 5 Nov 2010 22:02:17 -0000 1.2
@@ -18,7 +18,7 @@
$(top_builddir)/src/user_interface/libcdwuserinterface.a \
- $(top_builddir)/gnulib/lib/libgnulib.a
+ $(top_builddir)/gnulib/lib/libgnulib.a \
-+ -lmenuw -lformw -lpanelw -lncursesw -lpthread -lcdio -liso9660
++ -lmenuw -lformw -lpanelw -lncursesw -lpthread -lcdio -liso9660 -lm
cdw_SOURCES = $(cdw_source_files)
@@ -28,7 +28,7 @@
$(top_builddir)/src/user_interface/libcdwuserinterface_check.a \
- $(top_builddir)/gnulib/lib/libgnulib.a
+ $(top_builddir)/gnulib/lib/libgnulib.a \
-+ -lmenuw -lformw -lpanelw -lncursesw -lpthread -lcdio -liso9660
++ -lmenuw -lformw -lpanelw -lncursesw -lpthread -lcdio -liso9660 -lm
cdw_tests_SOURCES = $(cdw_source_files)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-11-05 22:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-05 22:02 [gentoo-commits] gentoo-x86 commit in app-cdr/cdw/files: cdw-0.6.0-asneeded.patch Michael Sterrett (mr_bones_)
-- strict thread matches above, loose matches on Subject: below --
2010-11-05 8:44 Michael Sterrett (mr_bones_)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox