From 534c5081f5f50517417f8b26d35f15b55734a455 Mon Sep 17 00:00:00 2001 From: mycroft Date: Sun, 23 Dec 2001 00:03:56 +0000 Subject: Fix compilation error on 1.5.x. --- graphics/ogle/distinfo | 3 ++- graphics/ogle/patches/patch-aa | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 graphics/ogle/patches/patch-aa (limited to 'graphics') diff --git a/graphics/ogle/distinfo b/graphics/ogle/distinfo index 115b2940b37..cfedcc8f55e 100644 --- a/graphics/ogle/distinfo +++ b/graphics/ogle/distinfo @@ -1,4 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2001/12/10 20:48:17 veego Exp $ +$NetBSD: distinfo,v 1.2 2001/12/23 00:03:56 mycroft Exp $ SHA1 (ogle-0.8.2.tar.gz) = 84f3505eaa8f6d002f663bfe036c533a4a83f714 Size (ogle-0.8.2.tar.gz) = 480190 bytes +SHA1 (patch-aa) = 8fca6c2af2d4ab0ba39001314d5f496266241e37 diff --git a/graphics/ogle/patches/patch-aa b/graphics/ogle/patches/patch-aa new file mode 100644 index 00000000000..a3f6dede226 --- /dev/null +++ b/graphics/ogle/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 2001/12/23 00:03:57 mycroft Exp $ + +--- include/debug_print.h.orig Sat Dec 22 13:02:26 2001 ++++ include/debug_print.h Sat Dec 22 13:02:12 2001 +@@ -26,7 +26,7 @@ + #define ERROR(str, args...) \ + fprintf(stderr, "ERROR[%s]: " str, program_name, ## args) + +-#define WARNING(str, ...) \ ++#define WARNING(str, args...) \ + fprintf(stderr, "WARNING[%s]: " str, program_name, ## args) + + #define NOTE(str, args...) \ -- cgit v1.2.3