summaryrefslogtreecommitdiff
path: root/x11/kdelibs3
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2006-04-12 13:30:45 +0000
committermarkd <markd@pkgsrc.org>2006-04-12 13:30:45 +0000
commitbaf1a8d6a6d8d93923a35a3cb613818d992dc5e3 (patch)
tree35c9a3fb7da3d25da2f0ebfc261982f835b6b0fb /x11/kdelibs3
parent52f127c880b2d76b62bf230269a480203661a641 (diff)
downloadpkgsrc-baf1a8d6a6d8d93923a35a3cb613818d992dc5e3.tar.gz
The Solaris fix in 3.5.2 missed one bit so re-add it.
Diffstat (limited to 'x11/kdelibs3')
-rw-r--r--x11/kdelibs3/distinfo3
-rw-r--r--x11/kdelibs3/patches/patch-ah13
2 files changed, 15 insertions, 1 deletions
diff --git a/x11/kdelibs3/distinfo b/x11/kdelibs3/distinfo
index 5b641ab7e17..49cf4aa690d 100644
--- a/x11/kdelibs3/distinfo
+++ b/x11/kdelibs3/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.72 2006/03/30 02:36:26 markd Exp $
+$NetBSD: distinfo,v 1.73 2006/04/12 13:30:45 markd Exp $
SHA1 (kdelibs-3.5.2.tar.bz2) = c895d3473307b90ebfd3c4d40b3813f9243d69fb
RMD160 (kdelibs-3.5.2.tar.bz2) = 29b4837837e68b47b74b2aefa4b29d2b9ad46414
@@ -10,6 +10,7 @@ SHA1 (patch-ad) = 861b2b4a82ef8075bc03d073396d0c6411ae12ba
SHA1 (patch-ae) = a85911eb156ea53aca02bb2f3d550edbf377981d
SHA1 (patch-af) = 7fbb3abcbf56020e3827ddf9d056beab9d1f3cd7
SHA1 (patch-ag) = e471fdf5428e0f515ef3fe5427622854886ef952
+SHA1 (patch-ah) = 52930a913ab8816500c04ee3518660152dcfa561
SHA1 (patch-aj) = 2ec8d33ce6684da7c60759cf395b78fa4ac2eaec
SHA1 (patch-an) = a65dd672b26a12a6690d1109ba5ee6f58c69457a
SHA1 (patch-ao) = 7ae360b2ee2332ec3017dfd468457f2c1b139308
diff --git a/x11/kdelibs3/patches/patch-ah b/x11/kdelibs3/patches/patch-ah
new file mode 100644
index 00000000000..4018fd8d8a9
--- /dev/null
+++ b/x11/kdelibs3/patches/patch-ah
@@ -0,0 +1,13 @@
+$NetBSD: patch-ah,v 1.10 2006/04/12 13:30:45 markd Exp $
+
+--- kdecore/ksycoca.cpp.orig 2006-03-17 23:19:04.000000000 +1300
++++ kdecore/ksycoca.cpp
+@@ -43,7 +43,7 @@
+ #endif
+
+ #ifdef Q_OS_SOLARIS
+-extern "C" extern int madvise(caddr_t, size_t, int);
++extern "C" int madvise(caddr_t, size_t, int);
+ #endif
+
+ #ifndef MAP_FAILED