Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Mar 2000 11:20:02 -0800 (PST)
From:      Will Andrews <andrews@technologist.com>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/17599: x11-toolkit/tk82 port ignores local CFLAGS settings
Message-ID:  <200003251920.LAA63103@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/17599; it has been noted by GNATS.

From: Will Andrews <andrews@technologist.com>
To: mi@aldan.algebra.com
Cc: FreeBSD-gnats-submit@FreeBSD.ORG,
	Justin Seger <jseger@FreeBSD.ORG>
Subject: Re: ports/17599: x11-toolkit/tk82 port ignores local CFLAGS settings
Date: Sat, 25 Mar 2000 14:16:57 -0500

 On Sat, Mar 25, 2000 at 02:03:53PM -0500, Mikhail Teterin wrote:
 > The following needs  to be placed into a  patches/patch-something of its
 > own  or  inserted into  the  existing  patches/patch-ab, which  modifies
 > Makefile.in already:
 > 
 > --- Makefile.in	Tue Dec 14 23:00:19 1999
 > +++ Makefile.in	Sat Mar 25 13:53:14 2000
 > @@ -101,3 +103,3 @@
 >  #CFLAGS = 		$(CFLAGS_DEBUG) $(CFLAGS_OPTIMIZE)
 > -CFLAGS = 		@CFLAGS@
 > +#CFLAGS = 		@CFLAGS@
 
 Even better:
 
 CFLAGS ?=       @CFLAGS@
 
 Justin, can I review this and commit the fix?
 
 -- 
 Will Andrews <andrews@technologist.com>
 GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w---
 ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ 
 G++>+++ e->++++ h! r-->+++ y?
 


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?200003251920.LAA63103>