diff options
author | mycroft <mycroft@pkgsrc.org> | 2001-12-23 00:03:56 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 2001-12-23 00:03:56 +0000 |
commit | 534c5081f5f50517417f8b26d35f15b55734a455 (patch) | |
tree | 33d3f08bf8c01e606a1368a1415eabf0b53b36d7 /graphics/ogle | |
parent | e038aea65b696457e6ff86f99b8f5be48e99a9ca (diff) | |
download | pkgsrc-534c5081f5f50517417f8b26d35f15b55734a455.tar.gz |
Fix compilation error on 1.5.x.
Diffstat (limited to 'graphics/ogle')
-rw-r--r-- | graphics/ogle/distinfo | 3 | ||||
-rw-r--r-- | graphics/ogle/patches/patch-aa | 13 |
2 files changed, 15 insertions, 1 deletions
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...) \ |