diff options
author | markd <markd@pkgsrc.org> | 2004-01-15 09:20:53 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2004-01-15 09:20:53 +0000 |
commit | 547aa21b43a056be81724710bd1a3495891fd157 (patch) | |
tree | 7120167f7aa33fa116f14baf4c89e7b6ada3811f /editors/kile | |
parent | 13a8db14a1c3e6df381ebfb641e649791ab72ae8 (diff) | |
download | pkgsrc-547aa21b43a056be81724710bd1a3495891fd157.tar.gz |
Fix build on Solaris.
Diffstat (limited to 'editors/kile')
-rw-r--r-- | editors/kile/distinfo | 4 | ||||
-rw-r--r-- | editors/kile/patches/patch-aa | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/editors/kile/distinfo b/editors/kile/distinfo index 91bd68e2e2b..a8112ee1922 100644 --- a/editors/kile/distinfo +++ b/editors/kile/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2003/12/14 11:38:21 markd Exp $ +$NetBSD: distinfo,v 1.6 2004/01/15 09:20:53 markd Exp $ SHA1 (kile-1.6.tar.gz) = b9d1b0958bb26600df784f03e0df70f4f5f757ae Size (kile-1.6.tar.gz) = 2150149 bytes -SHA1 (patch-aa) = 86e3c69f8356e715dfbf239667d729cd071e3b3c +SHA1 (patch-aa) = 9c2fc465328a6813529c7c44c1391e8eed38e3dd diff --git a/editors/kile/patches/patch-aa b/editors/kile/patches/patch-aa index 3bf962b3702..53d34acc335 100644 --- a/editors/kile/patches/patch-aa +++ b/editors/kile/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.1 2003/12/14 11:38:22 markd Exp $ +$NetBSD: patch-aa,v 1.2 2004/01/15 09:20:53 markd Exp $ --- kile/kile/kilelyxserver.cpp.orig 2003-12-14 22:38:00.000000000 +1300 +++ kile/kile/kilelyxserver.cpp @@ -6,7 +6,7 @@ $NetBSD: patch-aa,v 1.1 2003/12/14 11:38:22 markd Exp $ #include <sys/stat.h> #include <sys/types.h> -+#ifndef __NetBSD__ ++#if !(defined(__NetBSD__) || defined(USE_SOLARIS)) #include <error.h> +#endif #include <stdlib.h> //getenv |