pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/editors/kile Fix build on Solaris.
details: https://anonhg.NetBSD.org/pkgsrc/rev/ff5c11d40028
branches: trunk
changeset: 466298:ff5c11d40028
user: markd <markd%pkgsrc.org@localhost>
date: Thu Jan 15 09:20:53 2004 +0000
description:
Fix build on Solaris.
diffstat:
editors/kile/distinfo | 4 ++--
editors/kile/patches/patch-aa | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (29 lines):
diff -r b535e357871c -r ff5c11d40028 editors/kile/distinfo
--- a/editors/kile/distinfo Thu Jan 15 09:13:47 2004 +0000
+++ b/editors/kile/distinfo Thu Jan 15 09:20:53 2004 +0000
@@ -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 -r b535e357871c -r ff5c11d40028 editors/kile/patches/patch-aa
--- a/editors/kile/patches/patch-aa Thu Jan 15 09:13:47 2004 +0000
+++ b/editors/kile/patches/patch-aa Thu Jan 15 09:20:53 2004 +0000
@@ -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 @@
#include <sys/stat.h>
#include <sys/types.h>
-+#ifndef __NetBSD__
++#if !(defined(__NetBSD__) || defined(USE_SOLARIS))
#include <error.h>
+#endif
#include <stdlib.h> //getenv
Home |
Main Index |
Thread Index |
Old Index