public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [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

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