From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=-0.1 required=5.0 tests=DMARC_NONE,MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=4.0.0 Received: from bigglesworth.mail.be.easynet.net (bigglesworth.mail.be.easynet.net [212.100.160.67]) by chiba.3jane.net (Postfix) with ESMTP id E897D24672 for ; Wed, 19 Dec 2001 13:24:35 -0600 (CST) Received: from 213-193-176-191.adsl.easynet.be ([213.193.176.191] helo=theleaf.be) by bigglesworth.mail.be.easynet.net with esmtp (Exim 3.16 #1) id 16GmLE-0004s0-00 for gentoo-dev@gentoo.org; Wed, 19 Dec 2001 20:25:24 +0100 Message-ID: <3C20E8D6.5020304@theleaf.be> Date: Wed, 19 Dec 2001 20:21:58 +0100 From: Geert Bevin User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:0.9.6+) Gecko/20011215 X-Accept-Language: en-us MIME-Version: 1.0 To: gentoo-dev@gentoo.org Subject: Re: [gentoo-dev] QT-3.0.1 References: <1008789295.27248.2.camel@wp.smile> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0.6 Precedence: bulk Reply-To: gentoo-dev@gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Developer discussion list List-Unsubscribe: , List-Archive: X-Archives-Salt: d9e6f2b9-095d-47c3-ad5e-220ef4845fa3 X-Archives-Hash: 1524435a4c148b6b15f90a433ab0fead 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 >