openbsd-ports/productivity/glabels/patches/patch-src_template-history_h
2022-03-11 19:51:39 +00:00

15 lines
301 B
Plaintext

Fix for -fno-common.
Index: src/template-history.h
--- src/template-history.h.orig
+++ src/template-history.h
@@ -28,7 +28,7 @@
G_BEGIN_DECLS
-glTemplateHistoryModel *gl_template_history;
+extern glTemplateHistoryModel *gl_template_history;
void gl_template_history_init (void);