diff options
Diffstat (limited to 'audio/mpg123/files/patch-ab')
-rw-r--r-- | audio/mpg123/files/patch-ab | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/audio/mpg123/files/patch-ab b/audio/mpg123/files/patch-ab index 4d701e26f02..a2554a40d46 100644 --- a/audio/mpg123/files/patch-ab +++ b/audio/mpg123/files/patch-ab @@ -1,6 +1,3 @@ - -$FreeBSD$ - --- mpg123.c.orig Tue Aug 21 19:48:17 2001 +++ mpg123.c Tue Aug 21 19:49:02 2001 @@ -27,6 +27,10 @@ @@ -52,21 +49,3 @@ $FreeBSD$ if(sizeof(short) != 2) { fprintf(stderr,"Ouch SHORT has size of %d bytes (required: '2')\n",(int)sizeof(short)); exit(1); -@@ -917,17 +925,6 @@ - &dirname, &filename)) - fprintf(stderr, "\nDirectory: %s", dirname); - fprintf(stderr, "\nPlaying MPEG stream from %s ...\n", filename); -- --#if !defined(GENERIC) --{ -- const char *term_type; -- term_type = getenv("TERM"); -- if (!strcmp(term_type,"xterm")) -- { -- fprintf(stderr, "\033]0;%s\007", filename); -- } --} --#endif - - } - |