Subject: pkg/37199: graphics/kphotobook compile error
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <phil@cs.wwu.edu>
List: pkgsrc-bugs
Date: 10/24/2007 21:30:03
>Number:         37199
>Category:       pkg
>Synopsis:       graphics/kphotobook Compile Error
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Oct 24 21:30:03 +0000 2007
>Originator:     Phil Nelson
>Release:        NetBSD 4.0RC1, pkgsrc-2007Q3
>Organization:
Western Washington University
>Environment:
NetBSD wallace 4.0_RC1 NetBSD 4.0_RC1 (GENERIC.MP) #0: Sat Sep  1 15:50:48 PDT 2007  builds@wb42:/home/builds/ab/netbsd-4-0-RC1/i386/200709011431Z-obj/home/builds/ab/netbsd-4-0-RC1/src/sys/arch/i386/compile/GENERIC.MP i386
Architecture: i386
Machine: i386
>Description:
	graphics/kphotobook make terminates with a compile error.
>How-To-Repeat:
	cd graphics/kphotobook ; make
>Fix:
	Add the following patch:

--- src/xmlwriter.h.orig	2004-03-14 10:14:46.000000000 -0800
+++ src/xmlwriter.h	2007-10-17 09:08:27.000000000 -0700
@@ -26,6 +26,7 @@
 
 #include <qfile.h>
 #include <qstring.h>
+#include <keditcl.h>
 
 class Engine;
 class File;