summaryrefslogtreecommitdiff
path: root/graphics/mgl/patches/patch-aq
diff options
context:
space:
mode:
authorobache <obache>2007-12-05 13:38:27 +0000
committerobache <obache>2007-12-05 13:38:27 +0000
commit14225befc747d73cefcba393f5a4a2e69dbb1847 (patch)
tree44629e750b355968b00d37fd6b5bd716dc5f4e14 /graphics/mgl/patches/patch-aq
parent75e276d69a0e5c122c70a15cab83838067b79724 (diff)
downloadpkgsrc-14225befc747d73cefcba393f5a4a2e69dbb1847.tar.gz
Try to fix build problem on recent NetBSD release.
Diffstat (limited to 'graphics/mgl/patches/patch-aq')
-rw-r--r--graphics/mgl/patches/patch-aq14
1 files changed, 11 insertions, 3 deletions
diff --git a/graphics/mgl/patches/patch-aq b/graphics/mgl/patches/patch-aq
index 201837687b5..3752244020d 100644
--- a/graphics/mgl/patches/patch-aq
+++ b/graphics/mgl/patches/patch-aq
@@ -1,8 +1,16 @@
-$NetBSD: patch-aq,v 1.1 2005/12/20 14:32:01 joerg Exp $
+$NetBSD: patch-aq,v 1.2 2007/12/05 13:38:27 obache Exp $
---- lib/draw_engine.c.orig 2005-12-20 14:27:42.000000000 +0000
+--- lib/draw_engine.c.orig 2000-09-09 03:40:42.000000000 +0000
+++ lib/draw_engine.c
-@@ -413,6 +413,7 @@ void bitblt_generic(struct screen *dst,
+@@ -30,6 +30,7 @@
+ #include "mgl2.h"
+ #include "draw_engine.h"
+ #include <stdlib.h>
++#include <stdio.h>
+
+
+ #ifndef NULL
+@@ -413,6 +414,7 @@ void bitblt_generic(struct screen *dst,
}
}
ret: