From a4cb007999e3f6803fab4c695f61c3cd53ef674a Mon Sep 17 00:00:00 2001 From: tv Date: Sun, 19 Jul 2015 18:50:45 +0200 Subject: Zpkgs tv charybdis: import from NixOS master --- Zpkgs/tv/charybdis/remove-setenv.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Zpkgs/tv/charybdis/remove-setenv.patch (limited to 'Zpkgs/tv/charybdis/remove-setenv.patch') diff --git a/Zpkgs/tv/charybdis/remove-setenv.patch b/Zpkgs/tv/charybdis/remove-setenv.patch new file mode 100644 index 00000000..c53c1ff2 --- /dev/null +++ b/Zpkgs/tv/charybdis/remove-setenv.patch @@ -0,0 +1,12 @@ +diff --git a/src/bandbi.c b/src/bandbi.c +index 03dd907..3698e85 100644 +--- a/src/bandbi.c ++++ b/src/bandbi.c +@@ -82,7 +82,6 @@ start_bandb(void) + const char *suffix = ""; + #endif + +- rb_setenv("BANDB_DBPATH", PKGLOCALSTATEDIR "/ban.db", 1); + if(bandb_path == NULL) + { + rb_snprintf(fullpath, sizeof(fullpath), "%s/bandb%s", PKGLIBEXECDIR, suffix); -- cgit v1.2.3