Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request:  kita -  2ch client for KDE


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=204461





------- Additional Comments From [EMAIL PROTECTED]  2006-08-29 11:34 EST -------
All of this:
if [ -d %{_prefix}/lib64 ] ; then
   SUF=64
else
   SUF=
fi

for f in %{_prefix}/lib$SUF/qt-* ; do
   QTDIR=$f
done
...
--with-qt-libraries=...

Can be omitted, and put this in  before calling %configure:
unset QTDIR || : ; . /etc/profile.d/qt.sh

which will setup the QT env. vars automatically/appropriately.

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.

_______________________________________________
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review

Reply via email to