SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
14
textproc/pinfo/patches/patch-src_parse_config_h
Normal file
14
textproc/pinfo/patches/patch-src_parse_config_h
Normal file
|
@ -0,0 +1,14 @@
|
|||
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);
|
Loading…
Add table
Add a link
Reference in a new issue