aboutsummaryrefslogtreecommitdiff
path: root/www/tidy-devel/files
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2005-04-02 20:43:17 +0000
committerThierry Thomas <thierry@FreeBSD.org>2005-04-02 20:43:17 +0000
commit8192b90a2a18f2d0ef982912e4aa6fc0c259a63f (patch)
tree0f984ea95e8972361c9d185e9f520dc465442375 /www/tidy-devel/files
parent32ed1ecc6759c83692fb19606a1c51236d27d3e5 (diff)
downloadports-8192b90a2a18f2d0ef982912e4aa6fc0c259a63f.tar.gz
ports-8192b90a2a18f2d0ef982912e4aa6fc0c259a63f.zip
Notes
Diffstat (limited to 'www/tidy-devel/files')
-rw-r--r--www/tidy-devel/files/patch-build_gmake_Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/www/tidy-devel/files/patch-build_gmake_Makefile b/www/tidy-devel/files/patch-build_gmake_Makefile
index 49e609423933..f8108af06320 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 Tue Mar 8 08:58:10 2005
-+++ build/gmake/Makefile Tue Mar 8 23:50:24 2005
+--- build/gmake/Makefile.orig Fri Mar 25 08:58:05 2005
++++ build/gmake/Makefile Sat Apr 2 22:31:51 2005
@@ -58,8 +58,8 @@
PROJECT=tidy
@@ -20,21 +20,23 @@
INCDIR = ${TOPDIR}/include
APPDIR = ${TOPDIR}/console
SRCDIR = ${TOPDIR}/src
-@@ -78,12 +78,12 @@
+@@ -78,14 +78,14 @@
# CFLAGS etc..
# For optimised builds, flags such as "-O2" should be added and -D_DEBUG=1
# disabled.
-CC= gcc
--CFLAGS= -g -Wall -Wno-switch -Wno-parentheses -Wno-unused -I $(INCDIR)
+-CFLAGS= -g -Wall -Wno-switch -Wno-parentheses -I $(INCDIR)
+#CC= gcc
+CFLAGS+= -I $(INCDIR)
+ # flags only supported with gcc 3.x
+ # CFLAGS += -Wunused-parameter
-OTHERCFLAGS=
-OTHERCFLAGS+= -D_DEBUG=1 -DHAS_VSNPRINTF=1
-# 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