[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-devel
Subject:    K3b unsermake "patch"
From:       Shaheed <srhaque () iee ! org>
Date:       2004-12-18 12:51:23
Message-ID: 200412181251.23623.srhaque () iee ! org
[Download RAW message or body]

Hi Sebastian,

I've been tying to build kdeextragear-1 using unsermake, and always kept 
failing on the linking of libk3b. I tracked this down to the fact that 
unsermake infers the link line it should use from dummy.c as a C file - i.e. 
without the C++ RTL. Hence, do you approve this patch?

1. mv dummy.c dummy.cpp
2. cvs rm dummy.c
3. cvs add dummy.cpp

===================================================================
RCS file: /home/kde/kdeextragear-1/k3b/libk3b/Makefile.am,v
retrieving revision 1.6
diff -u -p -u -r1.6 Makefile.am
--- Makefile.am 20 Nov 2004 08:22:41 -0000      1.6
+++ Makefile.am 18 Dec 2004 12:48:56 -0000
@@ -1,6 +1,6 @@
 lib_LTLIBRARIES = libk3b.la

-libk3b_la_SOURCES = dummy.c
+libk3b_la_SOURCES = dummy.cpp

 libk3b_la_LIBADD =     core/libk3bcore.la \
                        cddb/libcddb.la \
====================================================================

If its OK, I will commit.
 
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic