[mythtv] Gentoo CVS ebuild

Eric Andresen ruler111 at cox.net
Sun Mar 16 12:27:38 EST 2003


Qt applications that make use of qmake do not work the way that program
that use autoconf/automake do. The gentoo CFLAG's (and CXXFLAGs) are
meant to work with the auto tools. I just did a simple little hack to
fix the march in the settings.pro, which the same can be done for the
rest of the line containing that, if you want it to use your CFLAGs
(CXXFLAGs) instead of the defaults from the settings.pro

But no, it is not redundant, because mythtv's makefile/qmake setup does
not make use of the environment variables portage passes.

-- Eric Andresen
   ndiin at asu.edu

On Sat, 2003-03-15 at 11:16, Drew Bernat wrote:
> On Sat, 15 Mar 2003, Eric Andresen wrote:
> 
> > Something is wrong with the sed statements on your machine. If you look
> > within the ebuild, you can see that I have a few lines that sed through
> > to change the -march= line from pentiumpro. Are you running a current
> > version of portage? Run "emerge sync && emerge -u portage" to make sure.
> 
> Is it really necessary to have the -march line in the settings.pro file? I 
> thought Gentoo set the compiler flags for optimization and architecture 
> automatically, and so it's redundant for Myth's makefiles to do the same.
> 
> Drew



More information about the mythtv-dev mailing list