pkgsrc/print/scribus/patches/patch-ag
adam 66d7fd44e8 Changes 1.3.3.14:
* Danish Translation
* crash when freeing non-existent hyphenator
* Bug 7854 was fixed although it was invalid
* pt_BR description in desktop file is wrong
* Impossible to set spacing under/below paragraph greater than 3 mm if mm is
  main unit
* invalid postscript is generated when spot color name use non latin chars
* Arrows only shows the leftwards arrow in Character Map
* error in BleedAndPrintMarks script
* program crashes with "unknown exception" on drawing shape
* remove the links to http://search.srem.org [^]
* Enhancment: Hyphenation patterns for Kurdish
* Added RU transaltion to desktop file
* JPG clipping path isn't imported correctly
* ODG import crashes Scribus
* Code change reccommended by Novell audit of 1.3.3.12
* CMYK images look strange when exported as PDF
* while loop with textOverflows crashes scribus
2010-02-12 08:35:28 +00:00

12 lines
547 B
Text

$NetBSD: patch-ag,v 1.3 2010/02/12 08:35:28 adam Exp $
--- scribus/ioapi.h.orig 2006-01-22 22:42:17.000000000 +0000
+++ scribus/ioapi.h
@@ -43,6 +43,7 @@ for which a new license (GPL+exception)
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));