diff options
author | Will Andrews <will@FreeBSD.org> | 2000-12-30 02:15:35 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-12-30 02:15:35 +0000 |
commit | 8552800cb9176680d70f2b9dcbbc62ce0b4674d8 (patch) | |
tree | b5eb433cd1dd167f0edf4e74cd2f7931fcfc11e9 /graphics/liblug/files/patch-ab | |
parent | Remove file committed by error. (diff) |
Add liblug 1.0.6, a very clean graphic library which can handle gif, pcx, targa,
rgb, tiff, pix, ppm, pgm, pbm, raw, rayshade's heightfield, jpeg and do the
following functions: resampling, blur, sharpening, cut, paste, median filter,
histogram equalization, and so on.
PR: 23889
Submitted by: George Reid <greid@ukug.uk.freebsd.org>
Notes
Notes:
svn path=/head/; revision=36451
Diffstat (limited to 'graphics/liblug/files/patch-ab')
-rw-r--r-- | graphics/liblug/files/patch-ab | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/liblug/files/patch-ab b/graphics/liblug/files/patch-ab new file mode 100644 index 000000000000..db7d5b263988 --- /dev/null +++ b/graphics/liblug/files/patch-ab @@ -0,0 +1,10 @@ +--- convert/rla.c.orig Mon Jul 12 08:36:48 1993 ++++ convert/rla.c Wed Dec 27 18:18:42 2000 +@@ -26,6 +26,7 @@ + * + */ + ++#include <stdio.h> + #include <lug.h> + #include <lugfnts.h> + |