From 5829c025b10b56b54215798d88f859d62aeb8815 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Thu, 25 Dec 2014 19:07:25 +0000 Subject: Remove imlib1 It has become a patch spaghetti over the time and making it support newer version of various graphics libraries will be a nightmare It is time to say good bye to imlib1 With hat: portmgr Discussed with: antoine Approved by: kwm --- graphics/imlib/files/patch-PrintGifError | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 graphics/imlib/files/patch-PrintGifError (limited to 'graphics/imlib/files/patch-PrintGifError') diff --git a/graphics/imlib/files/patch-PrintGifError b/graphics/imlib/files/patch-PrintGifError deleted file mode 100644 index 45eb482801f9..000000000000 --- a/graphics/imlib/files/patch-PrintGifError +++ /dev/null @@ -1,21 +0,0 @@ ---- Imlib/load.c-orig 2012-06-16 20:19:27.000000000 +0200 -+++ Imlib/load.c 2012-06-16 20:19:56.000000000 +0200 -@@ -420,6 +420,18 @@ - #endif /* HAVE_LIBTIFF */ - - #ifdef HAVE_LIBGIF -+ -+static void -+PrintGifError(void) -+{ -+ char *Err = GifErrorString(); -+ -+ if (Err != NULL) -+ fprintf(stderr, "\nGIF-LIB error: %s.\n", Err); -+ else -+ fprintf(stderr, "\nGIF-LIB undefined error %d.\n", GifError()); -+} -+ - unsigned char * - _LoadGIF(ImlibData * id, FILE *f, int *w, int *h, int *t) - { -- cgit v1.2.3