ports/textproc/pinfo/patches/patch-src_parse_config_h

15 lines
280 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Fix for -fno-common
Index: src/parse_config.h
--- src/parse_config.h.orig
+++ src/parse_config.h
@@ -85,7 +85,7 @@ typedef struct colours
colours;
#endif /* NO_COLOR_CURSES */
-int use_manual;
+extern int use_manual;
int parse_config (void);
int parse_line (char *line);