Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Sep 1995 21:49:53 -0700 (PDT)
From:      "Rodney W. Grimes" <rgrimes@GndRsh.aac.dev.com>
To:        jmz@cabri.obs-besancon.fr (Jean-Marc Zucconi)
Cc:        CVS-commiters@freefall.freebsd.org, cvs-ports@freefall.freebsd.org
Subject:   Re: cvs commit: ports/utils/ispell/scripts configure
Message-ID:  <199509190449.VAA05218@GndRsh.aac.dev.com>
In-Reply-To: <9509190407.AA26129@cabri.obs-besancon.fr> from "Jean-Marc Zucconi" at Sep 19, 95 05:07:59 am

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> >>>>> Rodney W Grimes writes:
> 
>  >> 
>  >> jmz         95/09/18 16:36:44
>  >> 
>  >> Added:       utils/ispell/patches  patch-ab
>  >> Log:
>  >> A hack to avoid recompiling everything during install
>  >> 
>  >> Modified:    utils/ispell/scripts  configure
>  >> Log:
>  >> Compile with -O2 -fno-strength-reduce
> 
>  > PLEASE, can ports use the default value of CFLAGS unless there is some
>  > very imporatant reason to override them.  If I want -O2 -fno-strength-reduce
>  > I will set it in /etc/make.conf.
> 
> This is not always possible. In this case, CFLAGS was hardcoded in a
> file (and the flags need to be between quotes). 
> On the other hand, if one want to use the defaults from
> /etc/make.conf, it is necessary to modify the makefiles so that they
> include /etc/make.conf.
> Of course the best solution would be to bmake all the ports :-)

make.conf is pulled in by sys.mk, ALL makes pull in sys.mk, gmakes do not.
ispell uses standard make, it should _NOT_ have hard coded CFLAGS in it.



-- 
Rod Grimes                                      rgrimes@gndrsh.aac.dev.com
Accurate Automation Company                 Reliable computers for FreeBSD



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199509190449.VAA05218>