Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Dec 2006 22:30:46 GMT
From:      Tilman Linneweh <arved@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/106944: Fix kphone build with gcc41
Message-ID:  <200612192230.kBJMUkkm010847@freefall.freebsd.org>
Resent-Message-ID: <200612192240.kBJMeIgD012256@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         106944
>Category:       ports
>Synopsis:       Fix kphone build with gcc41
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 19 22:40:17 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Tilman Linneweh
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD freefall.freebsd.org 6.0-STABLE FreeBSD 6.0-STABLE #0: Sat Dec 10 03:18:20 UTC 2005 kensmith@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL i386


	
>Description:
	Please approve
	
>How-To-Repeat:
	
>Fix:

	

--- patch-kphone begins here ---
Index: patch-kphone-kcallwidget.h
===================================================================
RCS file: patch-kphone-kcallwidget.h
diff -N patch-kphone-kcallwidget.h
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ patch-kphone-kcallwidget.h	19 Dec 2006 22:10:13 -0000
@@ -0,0 +1,11 @@
+--- kphone/kcallwidget.h.orig	Tue Dec 19 23:08:52 2006
++++ kphone/kcallwidget.h	Tue Dec 19 23:09:05 2006
+@@ -67,7 +67,7 @@
+ 	void clickHangup( void );
+ 	void setHide( void );
+ 	bool isHided( void ) const { return hided; }
+-	void KCallWidget::setDTMFSender( QString &s );
++	void setDTMFSender( QString &s );
+ 
+ public slots:
+ 	void pleaseDial( const SipUri &dialuri );
Index: patch-kphone-kphoneview.h
===================================================================
RCS file: patch-kphone-kphoneview.h
diff -N patch-kphone-kphoneview.h
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ patch-kphone-kphoneview.h	19 Dec 2006 22:08:19 -0000
@@ -0,0 +1,11 @@
+--- kphone/kphoneview.h.orig	Tue Dec 19 23:07:14 2006
++++ kphone/kphoneview.h	Tue Dec 19 23:07:46 2006
+@@ -54,7 +54,7 @@
+ 	QString getStunSrv( void );
+ 	void kphoneQuit( void );
+ 	bool getState( void );
+-	KCallWidget *KPhoneView::DoCall( QString num, SipCall::CallType ctype );
++	KCallWidget *DoCall( QString num, SipCall::CallType ctype );
+ 
+ signals:
+ 	void stateChanged( void );
--- patch-kphone ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612192230.kBJMUkkm010847>