ports/security/gringotts/files/patch-src_gringotts.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

16 lines
273 B
C

--- src/gringotts.h.orig 2008-09-01 16:20:06 UTC
+++ src/gringotts.h
@@ -24,10 +24,10 @@
#include "grg_defs.h"
-GList *garbage;
+extern GList *garbage;
-GRG_CTX gctx;
-glong pwdbirth;
+extern GRG_CTX gctx;
+extern glong pwdbirth;
/*callbacks for menu items */