[Pkg-voip-commits] r5267 - in /libccscript3/trunk/debian: changelog patches/gcc-4.3.patch

paravoid at alioth.debian.org paravoid at alioth.debian.org
Thu Mar 6 00:46:02 UTC 2008


Author: paravoid
Date: Thu Mar  6 00:46:01 2008
New Revision: 5267

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=5267
Log:
* Fix FTBFS with gcc 4.3, thanks to Cyril Brulebois! (Closes: #455428)

Added:
    libccscript3/trunk/debian/patches/gcc-4.3.patch
Modified:
    libccscript3/trunk/debian/changelog

Modified: libccscript3/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/libccscript3/trunk/debian/changelog?rev=5267&op=diff
==============================================================================
--- libccscript3/trunk/debian/changelog (original)
+++ libccscript3/trunk/debian/changelog Thu Mar  6 00:46:01 2008
@@ -9,11 +9,12 @@
 
   [ Faidon Liambotis ]
   * Add XS-Vcs-Svn and XS-Vcs-Browser to debian/control.
+  * Fix FTBFS with gcc 4.3, thanks to Cyril Brulebois! (Closes: #455428)
 
   [ Mark Purcell ]
   * Cleanup get-orig-source VARS
 
- -- Mark Purcell <msp at debian.org>  Thu, 29 Nov 2007 20:27:50 +0000
+ -- Faidon Liambotis <paravoid at debian.org>  Thu, 06 Mar 2008 02:45:54 +0200
 
 libccscript3 (1.1.6-2) unstable; urgency=low
 

Added: libccscript3/trunk/debian/patches/gcc-4.3.patch
URL: http://svn.debian.org/wsvn/pkg-voip/libccscript3/trunk/debian/patches/gcc-4.3.patch?rev=5267&op=file
==============================================================================
--- libccscript3/trunk/debian/patches/gcc-4.3.patch (added)
+++ libccscript3/trunk/debian/patches/gcc-4.3.patch Thu Mar  6 00:46:01 2008
@@ -1,0 +1,91 @@
+--- a/modules/check.cpp
++++ b/modules/check.cpp
+@@ -36,6 +36,7 @@
+ //
+ 
+ #include "script3.h"
++#include <cstdlib>
+ 
+ namespace ccscript3Extension {
+ 
+--- a/modules/csv.cpp
++++ b/modules/csv.cpp
+@@ -38,6 +38,7 @@
+ #include "script3.h"
+ #include <cc++/slog.h>
+ #include <cstdio>
++#include <cstdlib>
+ 
+ namespace ccscript3Extension {
+ 
+--- a/modules/math.cpp
++++ b/modules/math.cpp
+@@ -37,6 +37,8 @@
+ 
+ #include "script3.h"
+ #include <cmath>
++#include <climits>
++#include <cstdlib>
+ 
+ #ifndef M_PI
+ #define M_PI    3.14159265358979323846
+--- a/modules/property.cpp
++++ b/modules/property.cpp
+@@ -37,6 +37,7 @@
+ 
+ #include "script3.h"
+ #include <cstdio>
++#include <cstdlib>
+ 
+ #ifdef	WIN32
+ #define	EXT_PROP	".pro"
+--- a/modules/sort.cpp
++++ b/modules/sort.cpp
+@@ -36,6 +36,7 @@
+ //
+ 
+ #include "script3.h"
++#include <cstdlib>
+ 
+ namespace ccscript3Extension {
+ 
+--- a/modules/string.cpp
++++ b/modules/string.cpp
+@@ -36,6 +36,7 @@
+ //
+ 
+ #include "script3.h"
++#include <cstdlib>
+ 
+ namespace ccscript3Extension {
+ 
+--- a/modules/time.cpp
++++ b/modules/time.cpp
+@@ -36,6 +36,7 @@
+ //
+ 
+ #include "script3.h"
++#include <cstdlib>
+ 
+ namespace ccscript3Extension {
+ 
+--- a/modules/url.cpp
++++ b/modules/url.cpp
+@@ -36,6 +36,7 @@
+ //
+ 
+ #include "script3.h"
++#include <cstdlib>
+ 
+ namespace ccscript3Extension {
+ 
+--- a/modules/userauth.cpp
++++ b/modules/userauth.cpp
+@@ -37,6 +37,7 @@
+ 
+ #include "script3.h"
+ #include <cstdio>
++#include <cstdlib>
+ 
+ #ifdef	WIN32
+ #define	EXT_AUTH	".pwd"




More information about the Pkg-voip-commits mailing list