$NetBSD: patch-ak,v 1.2 2004/07/18 02:46:42 dmcmahill Exp $

--- src/tcl/Makefile.am.orig	Wed Jan 21 15:34:14 2004
+++ src/tcl/Makefile.am
@@ -2,5 +2,5 @@
 ##
 
-AM_CFLAGS=-Wall -W -Wno-unused-parameter -Wno-unused-function -DDDR_DEBUG
+AM_CFLAGS= -DDDR_DEBUG
 
 noinst_LIBRARIES=libtcl.a
@@ -12,4 +12,4 @@ tclwrap.c \
 tc.h
 
-INCLUDES=-I$(srcdir)/../include
+INCLUDES=@TCL_CFLAGS@ -I$(srcdir)/../include
 
