diff options
author | drochner <drochner@pkgsrc.org> | 2007-10-30 21:24:14 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-10-30 21:24:14 +0000 |
commit | 6a058ea1ea26e30152593acbb3791286f437ddae (patch) | |
tree | 5cee5faad9ed5249ddd008e2ae80a31a07f39e04 /graphics | |
parent | 9fc76537613fd14ece1d157459ae5370b2da6118 (diff) | |
download | pkgsrc-6a058ea1ea26e30152593acbb3791286f437ddae.tar.gz |
make this compile (with newer KDE/qt?), from Phil Nelson per PR pkg/37199
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/kphotobook/distinfo | 3 | ||||
-rw-r--r-- | graphics/kphotobook/patches/patch-ac | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/graphics/kphotobook/distinfo b/graphics/kphotobook/distinfo index 65b66749f94..5d9de3177f5 100644 --- a/graphics/kphotobook/distinfo +++ b/graphics/kphotobook/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.2 2005/02/24 08:45:08 agc Exp $ +$NetBSD: distinfo,v 1.3 2007/10/30 21:24:14 drochner Exp $ SHA1 (kphotobook-0.0.6.tar.gz) = ef02c1a690f83960cdcafa8fff50b64d6226b1f3 RMD160 (kphotobook-0.0.6.tar.gz) = 50d07978a63fa122e1e955e4cec78c8141c0b729 Size (kphotobook-0.0.6.tar.gz) = 810271 bytes SHA1 (patch-aa) = e8ecee939d3cc86e72e0304f2bff52ead02e54aa SHA1 (patch-ab) = 8a49ffa9a665fc92d90152e375688a8bc7dba470 +SHA1 (patch-ac) = 17ab04ab9aa9410abbd74c5915c627858ddfb1af diff --git a/graphics/kphotobook/patches/patch-ac b/graphics/kphotobook/patches/patch-ac new file mode 100644 index 00000000000..e2568ca5634 --- /dev/null +++ b/graphics/kphotobook/patches/patch-ac @@ -0,0 +1,12 @@ +$NetBSD: patch-ac,v 1.1 2007/10/30 21:24:14 drochner Exp $ + +--- src/xmlwriter.h.orig 2007-10-30 22:12:42.000000000 +0100 ++++ src/xmlwriter.h +@@ -26,6 +26,7 @@ + + #include <qfile.h> + #include <qstring.h> ++#include <keditcl.h> + + class Engine; + class File; |