summaryrefslogtreecommitdiffstats
path: root/Zpkgs/tv/charybdis/remove-setenv.patch
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2015-07-27 02:02:34 +0200
committertv <tv@krebsco.de>2015-07-27 02:02:34 +0200
commit869eeb1dc1d3bfeddf67f882e0853b15e63dceb3 (patch)
treefa6bf616e54422468ef7f58c290a710b0710b9b9 /Zpkgs/tv/charybdis/remove-setenv.patch
parentb9df7908fc96c6e809c3f22bfca50d8703ce12a1 (diff)
* tv -> tv *
Diffstat (limited to 'Zpkgs/tv/charybdis/remove-setenv.patch')
-rw-r--r--Zpkgs/tv/charybdis/remove-setenv.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/Zpkgs/tv/charybdis/remove-setenv.patch b/Zpkgs/tv/charybdis/remove-setenv.patch
deleted file mode 100644
index c53c1ff..0000000
--- a/Zpkgs/tv/charybdis/remove-setenv.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-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);