ports/security/gringotts/files/patch-src_grg__attachs.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
270 B
C

--- src/grg_attachs.h.orig 2008-01-04 13:08:44 UTC
+++ src/grg_attachs.h
@@ -24,7 +24,7 @@
#include <gtk/gtk.h>
-gint current_attach_ID;
+extern gint current_attach_ID;
gint grg_attach_file (gchar * path, GtkWidget * parent);
void grg_remove_attachment (void);