summaryrefslogtreecommitdiff
path: root/graphics/ogle
diff options
context:
space:
mode:
authormycroft <mycroft>2001-12-23 00:03:56 +0000
committermycroft <mycroft>2001-12-23 00:03:56 +0000
commit45d2c06965c54c5374ec6642c9956fa47e2c2d3f (patch)
tree33d3f08bf8c01e606a1368a1415eabf0b53b36d7 /graphics/ogle
parent6eb49a01d299409daa20fc9f0caf3456d0bc6b43 (diff)
downloadpkgsrc-45d2c06965c54c5374ec6642c9956fa47e2c2d3f.tar.gz
Fix compilation error on 1.5.x.
Diffstat (limited to 'graphics/ogle')
-rw-r--r--graphics/ogle/distinfo3
-rw-r--r--graphics/ogle/patches/patch-aa13
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...) \