aboutsummaryrefslogtreecommitdiff
path: root/www/tidy-devel/files
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2005-07-14 21:15:25 +0000
committerThierry Thomas <thierry@FreeBSD.org>2005-07-14 21:15:25 +0000
commitc13e7e82f48b32f973167369fccd89662aa6e112 (patch)
tree1dae48b773bef78d188619156331fc2ac195b999 /www/tidy-devel/files
parent25bad8cb8360e232d7693d6c61c98e29deb72e34 (diff)
downloadports-c13e7e82f48b32f973167369fccd89662aa6e112.tar.gz
ports-c13e7e82f48b32f973167369fccd89662aa6e112.zip
Notes
Diffstat (limited to 'www/tidy-devel/files')
-rw-r--r--www/tidy-devel/files/patch-build_gmake_Makefile13
1 files changed, 3 insertions, 10 deletions
diff --git a/www/tidy-devel/files/patch-build_gmake_Makefile b/www/tidy-devel/files/patch-build_gmake_Makefile
index c145e502ed41..a80f5ea2de82 100644
--- a/www/tidy-devel/files/patch-build_gmake_Makefile
+++ b/www/tidy-devel/files/patch-build_gmake_Makefile
@@ -1,5 +1,5 @@
---- build/gmake/Makefile.orig Sat Apr 9 08:58:09 2005
-+++ build/gmake/Makefile Sat Apr 9 14:28:21 2005
+--- build/gmake/Makefile.orig Thu Jul 14 08:58:05 2005
++++ build/gmake/Makefile Thu Jul 14 22:57:37 2005
@@ -58,8 +58,8 @@
PROJECT=tidy
@@ -20,7 +20,7 @@
INCDIR = ${TOPDIR}/include
APPDIR = ${TOPDIR}/console
SRCDIR = ${TOPDIR}/src
-@@ -78,14 +78,14 @@
+@@ -79,8 +79,8 @@
# CFLAGS etc..
# For optimised builds, flags such as "-O2" should be added and -D_DEBUG=1
# disabled.
@@ -31,10 +31,3 @@
# flags only supported with gcc 3.x
# CFLAGS += -Wunused-parameter
- OTHERCFLAGS=
- OTHERCFLAGS+= -D_DEBUG=1
--# OTHERCFLAGS+= -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1
-+ OTHERCFLAGS+= -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1
- ifdef SUPPORT_UTF16_ENCODINGS
- CFLAGS += -DSUPPORT_UTF16_ENCODINGS=$(SUPPORT_UTF16_ENCODINGS)
- endif