diff options
Diffstat (limited to 'graphics/gliv/files')
-rw-r--r-- | graphics/gliv/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | graphics/gliv/files/patch-lib__getdelim.c | 17 |
2 files changed, 0 insertions, 28 deletions
diff --git a/graphics/gliv/files/patch-Makefile.in b/graphics/gliv/files/patch-Makefile.in deleted file mode 100644 index db0f202eb1d7..000000000000 --- a/graphics/gliv/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Mon Dec 20 03:20:43 2004 -+++ Makefile.in Sat Dec 25 23:00:57 2004 -@@ -582,8 +582,6 @@ - info-am: - - install-data-am: -- @$(NORMAL_INSTALL) -- $(MAKE) $(AM_MAKEFLAGS) install-data-hook - - install-exec-am: - diff --git a/graphics/gliv/files/patch-lib__getdelim.c b/graphics/gliv/files/patch-lib__getdelim.c deleted file mode 100644 index c9609ecddbff..000000000000 --- a/graphics/gliv/files/patch-lib__getdelim.c +++ /dev/null @@ -1,17 +0,0 @@ ---- lib/getdelim.c.orig Thu Jul 7 03:46:17 2005 -+++ lib/getdelim.c Mon Mar 20 12:42:53 2006 -@@ -7,8 +7,12 @@ - * Dedicated to Toni. See uClibc/DEDICATION.mjn3 for details. - */ - --#include "stdio.h" --#include "stdlib.h" -+#include <stdio.h> -+#include <stdlib.h> -+ -+#ifndef HAVE_GETDELIM -+#include "getdelim.h" -+#endif - - /* Note: There is a defect in this function. (size_t vs ssize_t). */ - |