diff options
author | markd <markd@pkgsrc.org> | 2007-01-14 11:31:44 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2007-01-14 11:31:44 +0000 |
commit | 85e93be885d9b11ea22ba8d601a025333f2870d3 (patch) | |
tree | 058a4b1488f852fca1c97cc3ca8f7c34c9cf5152 /misc/koffice/patches | |
parent | 6697c6e879f29522c315b104f2706c80e1285178 (diff) | |
download | pkgsrc-85e93be885d9b11ea22ba8d601a025333f2870d3.tar.gz |
Fix path in a #include in kdchart_export.h so that it works when installed.
From Gary Duzan in private email. Bump PKGREVISION.
Diffstat (limited to 'misc/koffice/patches')
-rw-r--r-- | misc/koffice/patches/patch-ac | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/koffice/patches/patch-ac b/misc/koffice/patches/patch-ac new file mode 100644 index 00000000000..5f874959674 --- /dev/null +++ b/misc/koffice/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.10 2007/01/14 11:31:44 markd Exp $ + +--- kchart/kdchart/kdchart_export.h.orig 2007-01-13 14:18:02.000000000 +1300 ++++ kchart/kdchart/kdchart_export.h +@@ -4,7 +4,7 @@ + #include <qglobal.h> + + #if 1 +-#include <../../lib/kofficecore/koffice_export.h> ++#include <koffice_export.h> + #else + + #if defined(Q_OS_WIN32) && defined(KDCHART_DLL) |