diff options
author | Stefan Eßer <se@FreeBSD.org> | 2020-10-01 17:19:57 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2020-10-01 17:19:57 +0000 |
commit | ae3db00711508ff2ee2fd42347b97cb6d94b6a03 (patch) | |
tree | a8ec0bb988cd74864122bcb17125456d519fb85b /graphics/ida/files/patch-idaconfig.h | |
parent | Update to 4.0.41 (diff) |
Fix build with -fno-common
Diffstat (limited to 'graphics/ida/files/patch-idaconfig.h')
-rw-r--r-- | graphics/ida/files/patch-idaconfig.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/ida/files/patch-idaconfig.h b/graphics/ida/files/patch-idaconfig.h new file mode 100644 index 000000000000..d91ff27559f6 --- /dev/null +++ b/graphics/ida/files/patch-idaconfig.h @@ -0,0 +1,11 @@ +--- idaconfig.h.orig 2017-08-30 10:48:03 UTC ++++ idaconfig.h +@@ -17,7 +17,7 @@ + + /* -------------------------------------------------------------------------- */ + +-char *ida_lists; ++extern char *ida_lists; + + void ida_init_config(void); + void ida_read_config(void); |