pkgsrc/math/guppi/patches/patch-ai
dbj 0733d92a38 move static function declarations from inside functions to toplevel
remove static from merror definition to match header declartion
bump PKGREVISION for merror change
this fixes compile problems on darwin
2006-06-13 07:23:58 +00:00

13 lines
407 B
Text

$NetBSD: patch-ai,v 1.1 2006/06/13 07:23:58 dbj Exp $
--- src/libguppispecfns/mtherr.c.orig 2000-10-19 21:21:48.000000000 -0400
+++ src/libguppispecfns/mtherr.c
@@ -58,7 +58,7 @@ Direct inquiries to 30 Frost Street, Cam
#include <glib.h>
#include "mconf.h"
-static int merror = 0;
+int merror = 0;
/* Notice: the order of appearance of the following
* messages is bound to the error codes defined