1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/security/gringotts/files/patch-src_grg__entries.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

12 lines
279 B
C

--- src/grg_entries.h.orig 2008-01-04 13:08:43 UTC
+++ src/grg_entries.h
@@ -24,7 +24,7 @@
/* current element. */
/* MUST BE USED ONLY BY grg_attachs.h !!!! */
-GList *current;
+extern GList *current;
/* Appends a new entry to the list */
void grg_entries_append (void);