[Pkg-voip-commits] r1513 - in gnugk/trunk/debian: . patches

Kilian Krause kilian at costa.debian.org
Thu Mar 30 10:47:48 UTC 2006


Author: kilian
Date: 2006-03-30 10:47:45 +0000 (Thu, 30 Mar 2006)
New Revision: 1513

Added:
   gnugk/trunk/debian/patches/02_gcc4.1.dpatch
Modified:
   gnugk/trunk/debian/changelog
   gnugk/trunk/debian/patches/00list
Log:
fix building with gcc4.1


Modified: gnugk/trunk/debian/changelog
===================================================================
--- gnugk/trunk/debian/changelog	2006-03-30 10:29:27 UTC (rev 1512)
+++ gnugk/trunk/debian/changelog	2006-03-30 10:47:45 UTC (rev 1513)
@@ -1,8 +1,9 @@
 gnugk (2:2.2.3-2-3) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
+  * Fix compilation with gcc 4.1 (Closes: #358090)
 
- -- Kilian Krause <kilian at debian.org>  Sun, 26 Feb 2006 14:30:49 +0100
+ -- Kilian Krause <kilian at debian.org>  Thu, 30 Mar 2006 13:42:16 +0300
 
 gnugk (2:2.2.3-2-2) unstable; urgency=low
 

Modified: gnugk/trunk/debian/patches/00list
===================================================================
--- gnugk/trunk/debian/patches/00list	2006-03-30 10:29:27 UTC (rev 1512)
+++ gnugk/trunk/debian/patches/00list	2006-03-30 10:47:45 UTC (rev 1513)
@@ -2,3 +2,4 @@
 05_makefile.dpatch
 07_exceptions.dpatch
 getMsgDestination
+02_gcc4.1

Added: gnugk/trunk/debian/patches/02_gcc4.1.dpatch
===================================================================
--- gnugk/trunk/debian/patches/02_gcc4.1.dpatch	2006-03-30 10:29:27 UTC (rev 1512)
+++ gnugk/trunk/debian/patches/02_gcc4.1.dpatch	2006-03-30 10:47:45 UTC (rev 1513)
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 02_gcc4.1.dpatch by Kilian Krause <kilian at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Fix compilation with gcc 4.1
+
+ at DPATCH@
+diff -urNad gnugk-2.2.3-2/yasocket.h /tmp/dpep.FJnP1N/gnugk-2.2.3-2/yasocket.h
+--- gnugk-2.2.3-2/yasocket.h	2006-03-30 13:46:08.000000000 +0300
++++ /tmp/dpep.FJnP1N/gnugk-2.2.3-2/yasocket.h	2006-03-30 13:46:52.000000000 +0300
+@@ -412,7 +412,7 @@
+ 	PCLASSINFO ( TCPListenSocket, TCPSocket )
+ #endif
+ public:
+-	TCPListenSocket::TCPListenSocket(int seconds = 0);
++	TCPListenSocket(int seconds = 0);
+ 	~TCPListenSocket();
+ 
+ 	bool IsTimeout(const PTime *) const;


Property changes on: gnugk/trunk/debian/patches/02_gcc4.1.dpatch
___________________________________________________________________
Name: svn:executable
   + *




More information about the Pkg-voip-commits mailing list