freebsd-ports/security/gringotts/files/patch-src_grg__widgets.h
Christian Weisgerber 1659321eaf security/gringotts: fix build on FreeBSD 13/14
Also fix up dependencies while here.
2021-02-27 21:37:38 +00:00

11 lines
317 B
C

--- src/grg_widgets.h.orig 2008-01-04 13:08:43 UTC
+++ src/grg_widgets.h
@@ -25,7 +25,7 @@
#include "grg_defs.h"
#include <gtk/gtk.h>
-gboolean mapIsUTF;
+extern gboolean mapIsUTF;
/* Shows and manages a dialog that asks for a string. */
gchar *grg_input_dialog (gchar * title, gchar * qtext, gchar * preset,