summaryrefslogtreecommitdiff
path: root/misc/iselect/files/patch-iselect__browse.h
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2020-09-29 20:51:40 +0000
committerStefan Eßer <se@FreeBSD.org>2020-09-29 20:51:40 +0000
commit06cbd20fc3180307b3495f97d804a63c7894821a (patch)
tree38ee61e1f602b9951000845c9744e2b65dec9ed9 /misc/iselect/files/patch-iselect__browse.h
parentwww/py-bokeh: Remove Python 2.7 support (diff)
Fix build with -fno-common
Notes
Notes: svn path=/head/; revision=550620
Diffstat (limited to 'misc/iselect/files/patch-iselect__browse.h')
-rw-r--r--misc/iselect/files/patch-iselect__browse.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/iselect/files/patch-iselect__browse.h b/misc/iselect/files/patch-iselect__browse.h
new file mode 100644
index 000000000000..027291f1af32
--- /dev/null
+++ b/misc/iselect/files/patch-iselect__browse.h
@@ -0,0 +1,11 @@
+--- iselect_browse.h.orig 2007-07-08 09:27:18 UTC
++++ iselect_browse.h
+@@ -31,7 +31,7 @@
+ /*
+ * The Structure of our screen lines
+ */
+-struct Line {
++extern struct Line {
+ char *cpLine; /* the input line */
+ int fSelectable; /* whether selectable or not */
+ int fSelected; /* whether already selected or not */