diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-03-08 23:16:32 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-03-08 23:16:32 +0000 |
commit | 1fbaed9f41a4d7d1ef239ba1a49739b80d607144 (patch) | |
tree | b4f513f326062d050975c02cc6526feaa44d689d /www/tidy-devel/files | |
parent | d1bfe593e19bb65e8b506428519e8d4a3459277b (diff) | |
download | ports-1fbaed9f41a4d7d1ef239ba1a49739b80d607144.tar.gz ports-1fbaed9f41a4d7d1ef239ba1a49739b80d607144.zip |
Notes
Diffstat (limited to 'www/tidy-devel/files')
-rw-r--r-- | www/tidy-devel/files/patch-build_gmake_Makefile | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/www/tidy-devel/files/patch-build_gmake_Makefile b/www/tidy-devel/files/patch-build_gmake_Makefile index cfa1c5c6ead5..49e609423933 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 Mar 5 08:58:04 2005 -+++ build/gmake/Makefile Sat Mar 5 14:34:37 2005 +--- build/gmake/Makefile.orig Tue Mar 8 08:58:10 2005 ++++ build/gmake/Makefile Tue Mar 8 23:50:24 2005 @@ -58,8 +58,8 @@ PROJECT=tidy @@ -20,14 +20,13 @@ INCDIR = ${TOPDIR}/include APPDIR = ${TOPDIR}/console SRCDIR = ${TOPDIR}/src -@@ -76,12 +76,13 @@ - BINDIR = ${TOPDIR}/bin - +@@ -78,12 +78,12 @@ # CFLAGS etc.. + # For optimised builds, flags such as "-O2" should be added and -D_DEBUG=1 + # disabled. -CC= gcc --CFLAGS= -Wall -Wno-switch -Wno-parentheses -Wno-unused -I $(INCDIR) +-CFLAGS= -g -Wall -Wno-switch -Wno-parentheses -Wno-unused -I $(INCDIR) +#CC= gcc -+#CFLAGS= -Wall -Wno-switch -Wno-parentheses -Wno-unused -I $(INCDIR) +CFLAGS+= -I $(INCDIR) -OTHERCFLAGS= @@ -35,7 +34,7 @@ -# OTHERCFLAGS+= -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 +#OTHERCFLAGS= +#OTHERCFLAGS+= -D_DEBUG=1 -DHAS_VSNPRINTF=1 -+OTHERCFLAGS+= -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 -DHAS_VSNPRINTF=1 ++OTHERCFLAGS= -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 -DHAS_VSNPRINTF=1 ifdef SUPPORT_UTF16_ENCODINGS CFLAGS += -DSUPPORT_UTF16_ENCODINGS=$(SUPPORT_UTF16_ENCODINGS) endif |