diff options
author | Stefan Eßer <se@FreeBSD.org> | 2020-09-22 16:20:01 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2020-09-22 16:20:01 +0000 |
commit | b0a411162e00f4f449fac188094170736c117884 (patch) | |
tree | 916c79763e915c125089753760d581c289abaf8b /lang/ccl/files/patch-lisp-kernel_gc-common.c | |
parent | net-im/zoom: Move from /opt to ${LINUXBASE}/opt (diff) |
Fix build with -fno-common
Diffstat (limited to 'lang/ccl/files/patch-lisp-kernel_gc-common.c')
-rw-r--r-- | lang/ccl/files/patch-lisp-kernel_gc-common.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/ccl/files/patch-lisp-kernel_gc-common.c b/lang/ccl/files/patch-lisp-kernel_gc-common.c new file mode 100644 index 000000000000..e03167c2bf01 --- /dev/null +++ b/lang/ccl/files/patch-lisp-kernel_gc-common.c @@ -0,0 +1,12 @@ +--- lisp-kernel/gc-common.c.orig 2020-04-19 21:32:56 UTC ++++ lisp-kernel/gc-common.c +@@ -24,6 +24,9 @@ + #include <stdlib.h> + #include <string.h> + ++LispObj *GCrelocptr, *global_reloctab; ++LispObj GCfirstunmarked; ++ + #ifndef WINDOWS + #include <sys/time.h> + #endif |