Date: Sun, 01 Apr 2001 16:26:44 +0200 From: dirk.meyer@dinoex.sub.org (Dirk Meyer) To: freebsd-ports@FreeBSD.ORG, dan@langille.org Subject: Re: cvs commit: ports/devel Makefile ports/devel/gcvs Makefile distinfo pkg-comment pkg-descr pkg-plist ports/devel/gcv Message-ID: <vu1dLirqDB@dmeyer.dinoex.sub.org> References: <5raZWdg27U@dmeyer.dinoex.sub.org> <Pine.BSF.4.32.0104012255320.28595-100000@xeon.int.nz.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Dan Langille wrote:, > > Please look at your Makefiles in work: > > > > $ grep TCL_CFLAGS work/gcvs-1.0a7/*/Makefile > > work/gcvs-1.0a7/GuiDoc/Makefile:TCL_CFLAGS = -I /usr/local/include/tcl8.3 > > work/gcvs-1.0a7/Macros/Makefile:TCL_CFLAGS = -I /usr/local/include/tcl8.3 > > work/gcvs-1.0a7/common/Makefile:TCL_CFLAGS = -I /usr/local/include/tcl8.3 > > work/gcvs-1.0a7/cvstree/Makefile:TCL_CFLAGS = -I /usr/local/include/tcl8.3 > > work/gcvs-1.0a7/gcvs/Makefile:TCL_CFLAGS = -I /usr/local/include/tcl8.3 > > work/gcvs-1.0a7/rf/Makefile:TCL_CFLAGS = -I /usr/local/include/tcl8.3 > > Ahh, now this looks interesting: > > $ grep TCL_CFLAGS work/gcvs-1.0a7/*/Makefile > work/gcvs-1.0a7/GuiDoc/Makefile:TCL_CFLAGS = ${CFLAGS_OPTIMIZE} > work/gcvs-1.0a7/Macros/Makefile:TCL_CFLAGS = ${CFLAGS_OPTIMIZE} > work/gcvs-1.0a7/common/Makefile:TCL_CFLAGS = ${CFLAGS_OPTIMIZE} > work/gcvs-1.0a7/cvstree/Makefile:TCL_CFLAGS = ${CFLAGS_OPTIMIZE} > work/gcvs-1.0a7/gcvs/Makefile:TCL_CFLAGS = ${CFLAGS_OPTIMIZE} > work/gcvs-1.0a7/rf/Makefile:TCL_CFLAGS = ${CFLAGS_OPTIMIZE} > > Does that help you? Yes It helps me, as this looks like your problem :) There is no such string in the whole project, It have to be somewhere in your system. But I would like to know how it get in there. kind regards Dirk - Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?vu1dLirqDB>