summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authormrg <mrg>2003-08-02 05:28:27 +0000
committermrg <mrg>2003-08-02 05:28:27 +0000
commit8bf89397a5a48c31bec52e712a9233cba6031ebb (patch)
treea8264fdbeb7efbffcfa2b0fc139af78092a020d2 /x11
parent90d0cf8bd3b521be35c2e3553ec120ac219a596a (diff)
downloadpkgsrc-8bf89397a5a48c31bec52e712a9233cba6031ebb.tar.gz
fix one error with building with gcc3.3 (not complete)
Diffstat (limited to 'x11')
-rw-r--r--x11/kdelibs3/distinfo3
-rw-r--r--x11/kdelibs3/patches/patch-ad16
2 files changed, 18 insertions, 1 deletions
diff --git a/x11/kdelibs3/distinfo b/x11/kdelibs3/distinfo
index 7df7858ac18..d341710f523 100644
--- a/x11/kdelibs3/distinfo
+++ b/x11/kdelibs3/distinfo
@@ -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
diff --git a/x11/kdelibs3/patches/patch-ad b/x11/kdelibs3/patches/patch-ad
new file mode 100644
index 00000000000..330ee943221
--- /dev/null
+++ b/x11/kdelibs3/patches/patch-ad
@@ -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