diff options
author | markd <markd@pkgsrc.org> | 2004-08-05 13:41:54 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2004-08-05 13:41:54 +0000 |
commit | 76ae1f74c2449a962b9d44f4b2e51fb3fc356200 (patch) | |
tree | 31a71faec5435bcecfdd7ed645a01743ebed3e2a /net | |
parent | 1cd4763fd2335c5283c5eb3d5932f59bac0f4482 (diff) | |
download | pkgsrc-76ae1f74c2449a962b9d44f4b2e51fb3fc356200.tar.gz |
Apply patch from kdenetwork HEAD that fixes build on Solaris.
No functional change for platforms that previously built.
Diffstat (limited to 'net')
-rw-r--r-- | net/kdenetwork3/distinfo | 3 | ||||
-rw-r--r-- | net/kdenetwork3/patches/patch-an | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/net/kdenetwork3/distinfo b/net/kdenetwork3/distinfo index 691ed4ef519..a6110f06e65 100644 --- a/net/kdenetwork3/distinfo +++ b/net/kdenetwork3/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.22 2004/06/10 12:09:22 markd Exp $ +$NetBSD: distinfo,v 1.23 2004/08/05 13:41:54 markd Exp $ SHA1 (kdenetwork-3.2.3.tar.bz2) = 92fb99c4183e614e207ee2494f63cfea3ba7f60b Size (kdenetwork-3.2.3.tar.bz2) = 6194940 bytes @@ -6,3 +6,4 @@ SHA1 (patch-aa) = cc104a542b4df54bf4f79b3817ef1f984803e78b SHA1 (patch-ac) = a0e2fbcf1348d5e91434878bac4977b649c94855 SHA1 (patch-ad) = 916bcbe11ca71f7a0f5f03c91fa18a6af9197be2 SHA1 (patch-am) = e0511acfd35ebde0c919612f52dd63304934e8cf +SHA1 (patch-an) = c67831dbd1199f0dd729f23a9fe4fc37b007b9cb diff --git a/net/kdenetwork3/patches/patch-an b/net/kdenetwork3/patches/patch-an new file mode 100644 index 00000000000..20f4e375574 --- /dev/null +++ b/net/kdenetwork3/patches/patch-an @@ -0,0 +1,12 @@ +$NetBSD: patch-an,v 1.5 2004/08/05 13:41:54 markd Exp $ + +--- kopete/protocols/gadu/libgadu/libgadu-config.h.in.orig 2004-05-30 22:44:14.000000000 +1200 ++++ kopete/protocols/gadu/libgadu/libgadu-config.h.in +@@ -25,6 +25,6 @@ + #undef __GG_LIBGADU_HAVE_OPENSSL + + /* Include file containing uintXX_t declarations. */ +-#include <stdint.h> ++#include <inttypes.h> + + #endif /* __GG_LIBGADU_CONFIG_H */ |