1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/graphics/xmagv/files/patch-ab
Kris Kennaway b37385ed08 Partially fix build on -current (move initialization of a FILE * from
declaration to main()).  This is still broken due to an unzeroed malloc()
bug in imake-4
2002-10-20 10:18:17 +00:00

12 lines
244 B
Plaintext

--- xmagv.c.orig Sun Oct 20 03:17:30 2002
+++ xmagv.c Sun Oct 20 03:17:55 2002
@@ -1483,6 +1483,8 @@
int i, ac;
char **av;
+ errstream = stderr;
+
argumentc = argc;
argumentv = argv;
memset(bitmap_fg, 0, sizeof(bitmap_fg));