diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-05-23 19:07:58 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-05-23 19:07:58 +0000 |
commit | bff5acba31c26011c053860ed03dc08930757a0d (patch) | |
tree | 27ea571c503cfd3ddd4148e8b2d684e3b078cfd0 /graphics/metapixel/files/patch-metapixel.c | |
parent | upgrade to 0.98.a.10 (diff) |
add metapixel 0.7
Metapixel is a program for generating photomosaics
PR: 38464
Submitted by: Tilman Linneweh <tilman@arved.de>
Notes
Notes:
svn path=/head/; revision=59818
Diffstat (limited to 'graphics/metapixel/files/patch-metapixel.c')
-rw-r--r-- | graphics/metapixel/files/patch-metapixel.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/metapixel/files/patch-metapixel.c b/graphics/metapixel/files/patch-metapixel.c new file mode 100644 index 000000000000..644d1a7e9f40 --- /dev/null +++ b/graphics/metapixel/files/patch-metapixel.c @@ -0,0 +1,11 @@ +--- metapixel.c.orig Fri May 24 03:05:45 2002 ++++ metapixel.c Fri May 24 03:06:16 2002 +@@ -1127,7 +1127,7 @@ + break; + + case 256 : +- printf("metapixel " METAPIXEL_VERSION "\n" ++ printf("metapixel \n" + "\n" + "Copyright (C) 1997-2000 Mark Probst\n" + "\n" |