diff options
Diffstat (limited to 'graphics/tcm/patches/patch-ao')
-rw-r--r-- | graphics/tcm/patches/patch-ao | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/tcm/patches/patch-ao b/graphics/tcm/patches/patch-ao new file mode 100644 index 00000000000..b10aa2b5ab7 --- /dev/null +++ b/graphics/tcm/patches/patch-ao @@ -0,0 +1,13 @@ +$NetBSD: patch-ao,v 1.1.1.1 2001/02/24 01:30:07 jtb Exp $ + +--- ui/psgrafport.c.orig Fri Feb 23 18:12:13 2001 ++++ ui/psgrafport.c +@@ -25,7 +25,7 @@ + #include "color.h" + #include <ctype.h> + +-const char PSGrafport::BANNER[] = "lib/banner.ps"; ++const char PSGrafport::BANNER[] = "share/tcm/banner.ps"; + + const double PSGrafport::DEFAULT_LINE_WIDTH = 0.750; + |