diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 2005-06-04 07:01:13 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 2005-06-04 07:01:13 +0000 |
commit | 5514ee6daf6d434e6e7a039dbde09b041c7f0e6e (patch) | |
tree | 4c4c3871a746086f4a79d482ee38379de98674e0 /graphics/xli/files | |
parent | 60a578e0f55233be30da98e70e04a152c7670e00 (diff) |
Notes
Diffstat (limited to 'graphics/xli/files')
-rw-r--r-- | graphics/xli/files/patch-aa | 2 | ||||
-rw-r--r-- | graphics/xli/files/patch-rlelib.c | 10 |
2 files changed, 1 insertions, 11 deletions
diff --git a/graphics/xli/files/patch-aa b/graphics/xli/files/patch-aa index 2ea0ca5ec1dc..ddf4be1ac411 100644 --- a/graphics/xli/files/patch-aa +++ b/graphics/xli/files/patch-aa @@ -16,7 +16,7 @@ LOCAL_LIBRARIES = $(XLIB) $(JPEG_LDFLAGS) $(PNG_LDFLAGS) -ljpeg -lpng -lz SYS_LIBRARIES = -lm -DEFINES = -DHAS_MEMCPY -+DEFINES = -DHAS_MEMCPY -DHAVE_GUNZIP ++DEFINES = -DHAS_MEMCPY -DHAVE_GUNZIP -DHAVE_BUNZIP2 EXTRA_INCLUDES = $(JPEG_INCLUDES) $(PNG_INCLUDES) SRCS1 = bright.c clip.c cmuwmrast.c compress.c dither.c faces.c fbm.c fill.c g3.c gif.c halftone.c imagetypes.c img.c mac.c mcidas.c mc_tables.c merge.c misc.c new.c options.c path.c pbm.c pcx.c reduce.c jpeg.c rle.c rlelib.c root.c rotate.c send.c smooth.c sunraster.c value.c window.c xbitmap.c xli.c xpixmap.c xwd.c zio.c zoom.c ddxli.c tga.c bmp.c pcd.c png.c diff --git a/graphics/xli/files/patch-rlelib.c b/graphics/xli/files/patch-rlelib.c deleted file mode 100644 index 37d73c0a2d5a..000000000000 --- a/graphics/xli/files/patch-rlelib.c +++ /dev/null @@ -1,10 +0,0 @@ ---- rlelib.c-- Mon Oct 25 02:15:03 1999 -+++ rlelib.c Wed Oct 15 22:31:26 2003 -@@ -12,7 +12,6 @@ - */ - - #include "xli.h" --#include <varargs.h> - #include <ctype.h> - #include "rle.h" - |