aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorEugene Grosbein <eugen@FreeBSD.org>2020-08-20 10:32:50 +0000
committerEugene Grosbein <eugen@FreeBSD.org>2020-08-20 10:32:50 +0000
commit832b8f90f25faf6a61b598f0c53b20053db5763b (patch)
tree9445358cfbf8dbef83294ccc123826ee22c6ec52 /misc
parent143dbe641f5d9efa800fcf54ec5245c4e8346975 (diff)
downloadports-832b8f90f25faf6a61b598f0c53b20053db5763b.tar.gz
ports-832b8f90f25faf6a61b598f0c53b20053db5763b.zip
Notes
Diffstat (limited to 'misc')
-rw-r--r--misc/pinfo/files/patch-parse_config.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/pinfo/files/patch-parse_config.h b/misc/pinfo/files/patch-parse_config.h
new file mode 100644
index 000000000000..2ecddb1e78dd
--- /dev/null
+++ b/misc/pinfo/files/patch-parse_config.h
@@ -0,0 +1,11 @@
+--- src/parse_config.h.orig 2020-08-21 00:28:18.377783000 +0700
++++ src/parse_config.h 2020-08-21 00:28:12.579209000 +0700
+@@ -85,7 +85,7 @@
+ colours;
+ #endif /* NO_COLOR_CURSES */
+
+-int use_manual;
++extern int use_manual;
+
+ int parse_config (void);
+ int parse_line (char *line);