aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emacs/23.4/31_all_dso-handle.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/emacs/23.4/31_all_dso-handle.patch b/emacs/23.4/31_all_dso-handle.patch
new file mode 100644
index 0000000..673e90e
--- /dev/null
+++ b/emacs/23.4/31_all_dso-handle.patch
@@ -0,0 +1,13 @@
+https://bugs.gentoo.org/682282
+
+--- emacs-23.4-orig/src/emacs.c
++++ emacs-23.4/src/emacs.c
+@@ -217,6 +217,8 @@
+ output a warning in dump-emacs. */
+ #define MAX_HEAP_BSS_DIFF (1024*1024)
+
++void *__dso_handle = NULL;
++
+
+ #ifdef HAVE_WINDOW_SYSTEM
+ extern Lisp_Object Vinitial_window_system;