aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs/applications/networking/browsers/elinks/gc-init.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/applications/networking/browsers/elinks/gc-init.patch')
-rw-r--r--nixpkgs/pkgs/applications/networking/browsers/elinks/gc-init.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/nixpkgs/pkgs/applications/networking/browsers/elinks/gc-init.patch b/nixpkgs/pkgs/applications/networking/browsers/elinks/gc-init.patch
deleted file mode 100644
index de06f563d6e..00000000000
--- a/nixpkgs/pkgs/applications/networking/browsers/elinks/gc-init.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Fix libgc initialization in the presence of Guile 2.0.
-
---- elinks-0.12pre5/src/main/main.c 2009-07-07 14:23:17.000000000 +0200
-+++ elinks-0.12pre5/src/main/main.c 2011-04-28 23:20:15.000000000 +0200
-@@ -339,6 +339,11 @@ int
- main(int argc, char *argv[])
- {
- #ifdef CONFIG_GC
-+ /* Guile 2.x uses libgc too and it initializes it this way, so we
-+ * must make sure to initialize it the same way, or it will just
-+ * segfault. */
-+ GC_all_interior_pointers = 0;
-+
- GC_INIT();
- GC_set_warn_proc(gc_warning);
- #endif
-