summaryrefslogtreecommitdiff
path: root/audio/mpg123/files/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'audio/mpg123/files/patch-ag')
-rw-r--r--audio/mpg123/files/patch-ag17
1 files changed, 0 insertions, 17 deletions
diff --git a/audio/mpg123/files/patch-ag b/audio/mpg123/files/patch-ag
deleted file mode 100644
index 3080572f240b..000000000000
--- a/audio/mpg123/files/patch-ag
+++ /dev/null
@@ -1,17 +0,0 @@
---- mpg123.c.orig Fri Jun 18 14:18:11 1999
-+++ mpg123.c Mon Feb 10 11:58:08 2003
-@@ -920,10 +920,10 @@
-
- #if !defined(GENERIC)
- {
-- const char *term_type;
-- term_type = getenv("TERM");
-- if (!strcmp(term_type,"xterm"))
-- {
-+ const char *term_type;
-+
-+ if (((term_type = getenv("TERM")) != NULL)
-+ && (!strcmp(term_type,"xterm"))) {
- fprintf(stderr, "\033]0;%s\007", filename);
- }
- }