X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=groff-colours.patch;fp=groff-colours.patch;h=0000000000000000000000000000000000000000;hb=3e3130eaba40e1bd05af46b83357430735d1bc05;hp=c75e6c5c09edd1b437f6ea5452cbd3114277e26d;hpb=f013e721698782d9756fe5245a7206c86840fdf4;p=packages%2Fgroff.git diff --git a/groff-colours.patch b/groff-colours.patch deleted file mode 100644 index c75e6c5..0000000 --- a/groff-colours.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- groff-1.18/src/devices/grotty/tty.cc.orig Wed Jun 19 23:31:15 2002 -+++ groff-1.18/src/devices/grotty/tty.cc Tue Aug 6 23:25:26 2002 -@@ -664,7 +664,7 @@ - { - program_name = argv[0]; - static char stderr_buf[BUFSIZ]; -- if (getenv("GROFF_NO_SGR")) -+ if (!getenv("GROFF_SGR")) - old_drawing_scheme = 1; - setbuf(stderr, stderr_buf); - int c;