summaryrefslogtreecommitdiff
path: root/www/tidy/files/patch-Makefile
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-29 15:49:46 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-29 15:49:46 +0000
commit5fef74e277a1a8631418cc86635c091fcc79d099 (patch)
tree1f91b768812d879efc689dc94c0aa53e7c1ba2fa /www/tidy/files/patch-Makefile
parent- Add LICENSE (diff)
Rename www/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'www/tidy/files/patch-Makefile')
-rw-r--r--www/tidy/files/patch-Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/www/tidy/files/patch-Makefile b/www/tidy/files/patch-Makefile
new file mode 100644
index 000000000000..0f0aac98771d
--- /dev/null
+++ b/www/tidy/files/patch-Makefile
@@ -0,0 +1,19 @@
+--- Makefile.orig Thu May 4 20:22:46 2000
++++ Makefile Thu May 4 20:23:52 2000
+@@ -1,14 +1,8 @@
+ # Makefile - for tidy
+
+-CC= gcc
++#CC= gcc
+
+-CFLAGS= -O
+-
+-# Makefile - for tidy
+-
+-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 \