Gentoo Archives: gentoo-dev

From: Sebastian Werner <sebastian@××××××××××××××××××.de>
To: gentoo-dev@g.o
Subject: [gentoo-dev] QT-3.0.1
Date: Wed, 19 Dec 2001 13:18:04
Message-Id: 1008789295.27248.2.camel@wp.smile
1 Hey,
2
3 i have see you have updated the qt-3.0.1-script. It seems that you
4 update the patch line. But the line to apply the own CFLAGS is missing.
5 Was there a problem in the solution i have provided some days ago?
6
7 I think this is easier
8
9 cp qmake.conf qmake.conf-orig
10 cat qmake.conf-orig | sed s/"-O2"/"$CFLAGS"/g | sed s/"-g"/""/g \
11 > qmake.conf
12
13 then
14
15 mv qmake.conf tmp
16 echo "
17 QMAKE_CFLAGS = ${CFLAGS}
18 QMAKE_CXXFLAGS = ${CXXFLAGS}
19 " > tmp2
20 cat tmp tmp2 > qmake.conf
21 rm tmp tmp2
22
23
24 Regards,
25
26 Sebastian Werner

Replies

Subject Author
Re: [gentoo-dev] QT-3.0.1 Geert Bevin <gbevin@×××××××.be>