diff options
author | darcy <darcy@pkgsrc.org> | 2004-01-01 19:20:24 +0000 |
---|---|---|
committer | darcy <darcy@pkgsrc.org> | 2004-01-01 19:20:24 +0000 |
commit | 571cd4f9f8ea33d07dc06676ebc08a418bc4192e (patch) | |
tree | eb604303a9f5a041866248ec0386ebe47806e6de /graphics/xart/patches | |
parent | 8566133d15a7b22c300caf610ec286cf8e0461e7 (diff) | |
download | pkgsrc-571cd4f9f8ea33d07dc06676ebc08a418bc4192e.tar.gz |
Added a patch to join two lines together in operation.c. The line was split
in the middle of a string. I did not bother bumping the version since the
package could not have been built without this change anyway.
Diffstat (limited to 'graphics/xart/patches')
-rw-r--r-- | graphics/xart/patches/patch-ah | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/xart/patches/patch-ah b/graphics/xart/patches/patch-ah new file mode 100644 index 00000000000..14b2298bfed --- /dev/null +++ b/graphics/xart/patches/patch-ah @@ -0,0 +1,14 @@ +$NetBSD: patch-ah,v 1.1 2004/01/01 19:20:24 darcy Exp $ + +--- operation.c.orig 1998-04-15 21:50:01.000000000 -0400 ++++ work.i386/19980415/operation.c +@@ -257,8 +257,7 @@ + setFunctionCopyInvertedCB(Widget w, XtPointer junk, XtPointer junk2) + { + gcFunction = 12; +- printf("global graphics function change to Copy-Inverted +-function"); ++ printf("global graphics function change to Copy-Inverted function"); + printf(", minterm %d\n", gcFunction); + } + |