[Oval-commits] r325 - trunk/ovalint/debian/patches

Pavel Vinogradov blaze-guest at alioth.debian.org
Sat Jan 26 20:36:03 UTC 2008


Author: blaze-guest
Date: 2008-01-26 20:36:03 +0000 (Sat, 26 Jan 2008)
New Revision: 325

Added:
   trunk/ovalint/debian/patches/oval.gcc43.patch
Modified:
   trunk/ovalint/debian/patches/series
Log:
Some fixes for GCC 4.3

Added: trunk/ovalint/debian/patches/oval.gcc43.patch
===================================================================
--- trunk/ovalint/debian/patches/oval.gcc43.patch	                        (rev 0)
+++ trunk/ovalint/debian/patches/oval.gcc43.patch	2008-01-26 20:36:03 UTC (rev 325)
@@ -0,0 +1,22 @@
+diff -urN ovalint/src/Common.h ovalint-build/src/Common.h
+--- ovalint/src/Common.h	2008-01-23 23:17:42.000000000 +0400
++++ ovalint-build/src/Common.h	2008-01-27 00:32:26.000000000 +0400
+@@ -47,6 +47,7 @@
+ 
+ #include <iostream>
+ #include <string>
++#include <cstring>
+ #include <vector>
+ #include <set>
+ #include <time.h>
+diff -urN ovalint/src/REGEX.h ovalint-build/src/REGEX.h
+--- ovalint/src/REGEX.h	2008-01-23 23:17:43.000000000 +0400
++++ ovalint-build/src/REGEX.h	2008-01-27 00:32:54.000000000 +0400
+@@ -40,6 +40,7 @@
+ 
+ #include <sstream>
+ #include <string>
++#include <cstring>
+ #include <vector>
+ 
+ using namespace std;

Modified: trunk/ovalint/debian/patches/series
===================================================================
--- trunk/ovalint/debian/patches/series	2008-01-26 13:58:58 UTC (rev 324)
+++ trunk/ovalint/debian/patches/series	2008-01-26 20:36:03 UTC (rev 325)
@@ -1,4 +1,5 @@
 oval.misc.patch
+oval.gcc43.patch
 debian.manpage.patch
 debian.xsddir.patch
 debian.makefile.patch




More information about the Oval-commits mailing list