From 346e184585b11872b24f3492a691c8e4df0a9bed Mon Sep 17 00:00:00 2001 From: Yen-Ming Lee Date: Wed, 19 Feb 2003 00:43:41 +0000 Subject: - upgrading tidy to 030217; - upgrading docs to 030216; - de-pkg-comment; - SUPPORT_ACCESSIBILITY_CHECKS, SUPPORT_UTF16_ENCODINGS, and SUPPORT_ASIAN_ENCODINGS are enabled. PR: 48441 Submitted by: Thierry Thomas --- www/tidy-devel/files/patch-Makefile | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) (limited to 'www/tidy-devel/files/patch-Makefile') diff --git a/www/tidy-devel/files/patch-Makefile b/www/tidy-devel/files/patch-Makefile index 604ad9e4c6fa..28d5e905c4bf 100644 --- a/www/tidy-devel/files/patch-Makefile +++ b/www/tidy-devel/files/patch-Makefile @@ -1,5 +1,5 @@ ---- Makefile.orig Sun Feb 9 08:57:03 2003 -+++ Makefile Thu Feb 13 21:34:14 2003 +--- Makefile.orig Tue Feb 18 08:57:03 2003 ++++ Makefile Tue Feb 18 21:59:51 2003 @@ -58,8 +58,8 @@ PROJECT=tidy @@ -11,7 +11,16 @@ bininst = ${runinst_prefix}/bin libinst = ${devinst_prefix}/lib -@@ -76,8 +76,9 @@ +@@ -67,7 +67,7 @@ + maninst = ${devinst_prefix}/man + + # Internal variables. - No spaces allowed: libtool chokes on spaces in directory names. +-TOPDIR = ../.. ++TOPDIR = . + INCDIR = ${TOPDIR}/include + APPDIR = ${TOPDIR}/console + SRCDIR = ${TOPDIR}/src +@@ -76,10 +76,11 @@ BINDIR = ${TOPDIR}/bin # CFLAGS etc.. @@ -21,5 +30,8 @@ +#CFLAGS= -Wall -Wno-switch -Wno-parentheses -Wno-unused -I $(INCDIR) +CFLAGS+= -I $(INCDIR) - # 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 ++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 -- cgit v1.2.3