I'm trying to create an ebuild of a crufty old program that needs -fgnu89-inline in compiler flags to have any chance of building.
What's the way to do that in an ebuild? I could have something like src_configure() { econf $(use_enable nls) CFLAGS=-fgnu89-inline } but then, will this not _override_ (rather than add to, as desired) the CFLAGS from make.conf? -- Please *no* private Cc: on mailing lists and newsgroups Personal signed mail: please _encrypt_ and sign Don't clear-text sign: http://primate.net/~itz/blog/the-problem-with-gpg-signatures.html