* [gentoo-dev] QT-3.0.1
@ 2001-12-19 19:14 Sebastian Werner
2001-12-19 19:21 ` Geert Bevin
0 siblings, 1 reply; 2+ messages in thread
From: Sebastian Werner @ 2001-12-19 19:14 UTC (permalink / raw
To: gentoo-dev
Hey,
i have see you have updated the qt-3.0.1-script. It seems that you
update the patch line. But the line to apply the own CFLAGS is missing.
Was there a problem in the solution i have provided some days ago?
I think this is easier
cp qmake.conf qmake.conf-orig
cat qmake.conf-orig | sed s/"-O2"/"$CFLAGS"/g | sed s/"-g"/""/g \
> qmake.conf
then
mv qmake.conf tmp
echo "
QMAKE_CFLAGS = ${CFLAGS}
QMAKE_CXXFLAGS = ${CXXFLAGS}
" > tmp2
cat tmp tmp2 > qmake.conf
rm tmp tmp2
Regards,
Sebastian Werner
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [gentoo-dev] QT-3.0.1
2001-12-19 19:14 [gentoo-dev] QT-3.0.1 Sebastian Werner
@ 2001-12-19 19:21 ` Geert Bevin
0 siblings, 0 replies; 2+ messages in thread
From: Geert Bevin @ 2001-12-19 19:21 UTC (permalink / raw
To: gentoo-dev
We've decided not to patch qmake.conf for the moment since to be
completely correct, it should reflect the settings in make.conf. However
qmake.conf splits each gcc parameter into different variables, so it's
not trivial. Whenever I have a moment I'll do it as it should.
Sebastian Werner wrote:
>Hey,
>
>i have see you have updated the qt-3.0.1-script. It seems that you
>update the patch line. But the line to apply the own CFLAGS is missing.
>Was there a problem in the solution i have provided some days ago?
>
>I think this is easier
>
> cp qmake.conf qmake.conf-orig
> cat qmake.conf-orig | sed s/"-O2"/"$CFLAGS"/g | sed s/"-g"/""/g \
> > qmake.conf
>
>then
>
> mv qmake.conf tmp
> echo "
> QMAKE_CFLAGS = ${CFLAGS}
> QMAKE_CXXFLAGS = ${CXXFLAGS}
> " > tmp2
> cat tmp tmp2 > qmake.conf
> rm tmp tmp2
>
>
>Regards,
>
>Sebastian Werner
>
>
>
>
>_______________________________________________
>gentoo-dev mailing list
>gentoo-dev@gentoo.org
>http://lists.gentoo.org/mailman/listinfo/gentoo-dev
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2001-12-19 19:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-12-19 19:14 [gentoo-dev] QT-3.0.1 Sebastian Werner
2001-12-19 19:21 ` Geert Bevin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox