diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2007-05-28 16:00:17 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2007-05-28 16:00:17 +0000 |
commit | b6d1f6ddec1e8dc66914f70a4c400f06c9eb2835 (patch) | |
tree | 73ba1791c5b413f813634413be794c68355209db /editors/koffice-kde4 | |
parent | 5296c0349bf9ea5e09403572db191433e2ad9bb1 (diff) | |
download | ports-b6d1f6ddec1e8dc66914f70a4c400f06c9eb2835.tar.gz ports-b6d1f6ddec1e8dc66914f70a4c400f06c9eb2835.zip |
Notes
Diffstat (limited to 'editors/koffice-kde4')
-rw-r--r-- | editors/koffice-kde4/files/patch-filters_krita_tiff-kis_tiff_reader.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/editors/koffice-kde4/files/patch-filters_krita_tiff-kis_tiff_reader.h b/editors/koffice-kde4/files/patch-filters_krita_tiff-kis_tiff_reader.h new file mode 100644 index 000000000000..21642547bfec --- /dev/null +++ b/editors/koffice-kde4/files/patch-filters_krita_tiff-kis_tiff_reader.h @@ -0,0 +1,25 @@ +--- filters/krita/tiff/kis_tiff_reader.h 2006/10/15 22:49:50 595862 ++++ filters/krita/tiff/kis_tiff_reader.h 2007/05/26 10:45:29 668416 +@@ -20,15 +20,15 @@ + #ifndef _KIS_TIFF_READER_H_ + #define _KIS_TIFF_READER_H_ + ++// On some platforms, tiffio.h #defines NULL in a bad ++// way for C++, as (void *)0 instead of using the correct ++// C++ value 0. Include stdio.h first to get the right one. ++#include <stdio.h> + #include <tiffio.h> + +-/*#include <stdio.h> +- +-#include <qvaluevector.h> +- +-#include <kio/job.h> +- +-#include <kis_progress_subject.h> */ ++// #include <qvaluevector.h> ++// #include <kio/job.h> ++// #include <kis_progress_subject.h> + + #include <kis_paint_device.h> + |