summaryrefslogtreecommitdiff
path: root/graphics/ida/files/patch-viewer.c
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2020-10-01 17:19:57 +0000
committerStefan Eßer <se@FreeBSD.org>2020-10-01 17:19:57 +0000
commitae3db00711508ff2ee2fd42347b97cb6d94b6a03 (patch)
treea8ec0bb988cd74864122bcb17125456d519fb85b /graphics/ida/files/patch-viewer.c
parentUpdate to 4.0.41 (diff)
Fix build with -fno-common
Notes
Notes: svn path=/head/; revision=550852
Diffstat (limited to 'graphics/ida/files/patch-viewer.c')
-rw-r--r--graphics/ida/files/patch-viewer.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/ida/files/patch-viewer.c b/graphics/ida/files/patch-viewer.c
new file mode 100644
index 000000000000..58d83de85b09
--- /dev/null
+++ b/graphics/ida/files/patch-viewer.c
@@ -0,0 +1,11 @@
+--- viewer.c.orig 2017-08-30 10:48:03 UTC
++++ viewer.c
+@@ -39,7 +39,7 @@
+
+ #define PROCESS_LINES 16
+
+-int debug;
++extern int debug;
+ Cursor ptrs[POINTER_COUNT];
+
+ /* ----------------------------------------------------------------------- */