pkgsrc/print/scribus/patches/patch-ag
drochner 07a96474dc update to 1.2.2.1
changes:
Numerous improvements to SVG import/exporter.
Over 130 bug reports and user feature requests have been squashed.
The 1.2.2 release also adds updated English documentation, along with
	many new GUI translation updates.
Support for OASIS (OpenOffice.org 2.0) writer and draw import.
Many locale and Unicode fixes and enhancements
More rendering speed
2005-07-06 18:05:32 +00:00

12 lines
510 B
Text

$NetBSD: patch-ag,v 1.2 2005/07/06 18:05:32 drochner Exp $
--- scribus/ioapi.h.orig 2005-07-04 23:53:32.000000000 +0200
+++ scribus/ioapi.h
@@ -37,6 +37,7 @@
extern "C" {
#endif
+#define OF(x) x
typedef voidpf (ZCALLBACK *open_file_func) OF((voidpf opaque, const char* filename, int mode));
typedef uLong (ZCALLBACK *read_file_func) OF((voidpf opaque, voidpf stream, void* buf, uLong size));
typedef uLong (ZCALLBACK *write_file_func) OF((voidpf opaque, voidpf stream, const void* buf, uLong size));