[med-svn] r2182 - trunk/packages/arb/trunk/debian/patches

tille at alioth.debian.org tille at alioth.debian.org
Mon Jul 7 14:56:31 UTC 2008


Author: tille
Date: 2008-07-07 14:56:30 +0000 (Mon, 07 Jul 2008)
New Revision: 2182

Modified:
   trunk/packages/arb/trunk/debian/patches/10_gcc4.3.patch
Log:
Further gcc-4.3 issues, not finished yet


Modified: trunk/packages/arb/trunk/debian/patches/10_gcc4.3.patch
===================================================================
--- trunk/packages/arb/trunk/debian/patches/10_gcc4.3.patch	2008-07-07 14:52:21 UTC (rev 2181)
+++ trunk/packages/arb/trunk/debian/patches/10_gcc4.3.patch	2008-07-07 14:56:30 UTC (rev 2182)
@@ -210,3 +210,33 @@
  #include <unistd.h>
  #include <sys/types.h>
  #include <string.h>
+--- arb-0.0.20071207.1.orig/PROBE_SERVER/PROBE_GROUP/pg_db.cxx
++++ arb-0.0.20071207.1/PROBE_SERVER/PROBE_GROUP/pg_db.cxx
+@@ -1,4 +1,6 @@
+ #include <ctype.h>
++#include <cstdlib>
++#include <cstring>
+ 
+ #ifndef __MAP__
+ #include <map>
+--- arb-0.0.20071207.1.orig/PROBE_SERVER/PROBE_GROUP/pg_main.cxx
++++ arb-0.0.20071207.1/PROBE_SERVER/PROBE_GROUP/pg_main.cxx
+@@ -24,6 +24,8 @@
+ #include <deque>
+ #include <algorithm>
+ #include <cmath>
++#include <cstring>
++#include <limits.h>
+ 
+ #include <smartptr.h>
+ #include <output.h>
+--- arb-0.0.20071207.1.orig/PROBE_SERVER/PROBE_GROUP/pg_search.cxx
++++ arb-0.0.20071207.1/PROBE_SERVER/PROBE_GROUP/pg_search.cxx
+@@ -10,6 +10,7 @@
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <string.h>
++#include <limits.h>
+ 
+ #include <arbdb.h>
+ 




More information about the debian-med-commit mailing list