summaryrefslogtreecommitdiff
path: root/print/scribus/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'print/scribus/patches/patch-ah')
-rw-r--r--print/scribus/patches/patch-ah12
1 files changed, 12 insertions, 0 deletions
diff --git a/print/scribus/patches/patch-ah b/print/scribus/patches/patch-ah
new file mode 100644
index 00000000000..d5aac5d3c5c
--- /dev/null
+++ b/print/scribus/patches/patch-ah
@@ -0,0 +1,12 @@
+$NetBSD: patch-ah,v 1.1 2005/03/31 19:15:23 drochner Exp $
+
+--- ./scribus/plugins/fileloader/oodraw/ioapi.h.orig 2005-03-10 17:45:41.000000000 +0100
++++ ./scribus/plugins/fileloader/oodraw/ioapi.h
+@@ -35,6 +35,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));