diff options
Diffstat (limited to 'print/scribus/patches/patch-ah')
-rw-r--r-- | print/scribus/patches/patch-ah | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/print/scribus/patches/patch-ah b/print/scribus/patches/patch-ah deleted file mode 100644 index d5aac5d3c5c..00000000000 --- a/print/scribus/patches/patch-ah +++ /dev/null @@ -1,12 +0,0 @@ -$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)); |