pkgsrc/lang/gcc3/patches/patch-ad
2006-12-07 11:24:27 +00:00

13 lines
387 B
Text

$NetBSD: patch-ad,v 1.3 2006/12/07 11:24:27 markd Exp $
--- gcc/java/gjavah.c.orig 2006-12-07 10:24:14.000000000 +1300
+++ gcc/java/gjavah.c
@@ -46,7 +46,7 @@ FILE *out = NULL;
static int found_error = 0;
/* Nonzero if we're generating JNI output. */
-static int flag_jni = 0;
+int flag_jni = 0;
/* When nonzero, warn when source file is newer than matching class
file. */