fix one error with building with gcc3.3 (not complete)
This commit is contained in:
parent
68655f41c2
commit
b9aa48b9a3
2 changed files with 18 additions and 1 deletions
|
@ -1,10 +1,11 @@
|
|||
$NetBSD: distinfo,v 1.23 2003/07/30 13:16:56 markd Exp $
|
||||
$NetBSD: distinfo,v 1.24 2003/08/02 05:28:27 mrg Exp $
|
||||
|
||||
SHA1 (kdelibs-3.1.3.tar.bz2) = 1bc987bd7b5a171e4efe5b5edad3134a3959e50b
|
||||
Size (kdelibs-3.1.3.tar.bz2) = 10533062 bytes
|
||||
SHA1 (patch-aa) = 4e79f488d54f6b05a23951c6e206e6582ef2a2a7
|
||||
SHA1 (patch-ab) = 5b2188a3e4edd1f5eb0f3516f6a846e9a8c8c055
|
||||
SHA1 (patch-ac) = 491ef6e556b7ce55e9c92b2dd641e20f9c94912e
|
||||
SHA1 (patch-ad) = d53074bf5496ce028a6a3526d5818b5732bf4aa3
|
||||
SHA1 (patch-ae) = 238f16203cd101a5944ff01aa965956392c5b16d
|
||||
SHA1 (patch-af) = 5b19804a42f5358f26ded54e9606efbc9a9a19b4
|
||||
SHA1 (patch-ag) = 2b0aac962badf6e57f7baafa9497e73be503af59
|
||||
|
|
16
x11/kdelibs3/patches/patch-ad
Normal file
16
x11/kdelibs3/patches/patch-ad
Normal file
|
@ -0,0 +1,16 @@
|
|||
--- kstyles/keramik/genembed.cpp.orig 2003-05-07 21:46:36.000000000 +1000
|
||||
+++ kstyles/keramik/genembed.cpp 2003-07-30 22:56:10.000000000 +1000
|
||||
@@ -32,10 +32,12 @@
|
||||
|
||||
#include <kimageeffect.h>
|
||||
|
||||
-#include <iostream.h>
|
||||
+#include <iostream>
|
||||
#include <string.h>
|
||||
#include <math.h>
|
||||
|
||||
+using namespace std;
|
||||
+
|
||||
//NOTE: Use of old-style header is intentional for portability. See revisions 1.6 and 1.7
|
||||
|
||||
//Force-touch-embedded-revision: 2
|
Loading…
Reference in a new issue