diff options
Diffstat (limited to 'www/tidy-devel/files')
-rw-r--r-- | www/tidy-devel/files/patch-aa | 13 | ||||
-rw-r--r-- | www/tidy-devel/files/patch-ab | 22 |
2 files changed, 0 insertions, 35 deletions
diff --git a/www/tidy-devel/files/patch-aa b/www/tidy-devel/files/patch-aa deleted file mode 100644 index b07d2911a746..000000000000 --- a/www/tidy-devel/files/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ ---- Makefile.orig Sun Dec 20 13:43:23 1998 -+++ Makefile Sun Dec 20 13:45:24 1998 -@@ -1,8 +1,8 @@ - # Makefile - for tidy - --CC= gcc -+#CC= gcc - --CFLAGS= -O -+CFLAGS+= -D__USE_MISC - - OFILES= attrs.o istack.o parser.o tags.o \ - entities.o lexer.o pprint.o clean.o \ diff --git a/www/tidy-devel/files/patch-ab b/www/tidy-devel/files/patch-ab deleted file mode 100644 index d178ef5b3673..000000000000 --- a/www/tidy-devel/files/patch-ab +++ /dev/null @@ -1,22 +0,0 @@ ---- platform.h.orig Sat Nov 13 23:41:32 1999 -+++ platform.h Sat Nov 13 23:42:40 1999 -@@ -17,17 +17,17 @@ - It enables tidy to find config files named ~/.tidyrc - and ~your/.tidyrc etc if the HTML_TIDY environment - variable is not set. Contributed by Todd Lewis. -+*/ - - #define SUPPORT_GETPWNAM --*/ - -+#include <sys/types.h> - #include <ctype.h> - #include <stdio.h> - #include <setjmp.h> /* for longjmp on error exit */ - #include <stdlib.h> - #include <stdarg.h> /* may need <varargs.h> for Unix V */ - #include <string.h> --#include <malloc.h> - #include <assert.h> - - #ifdef SUPPORT_GETPWNAM |