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



--- Comment #20 from Antonio Trande <anto.tra...@gmail.com> ---
(In reply to Alexander Ploumistos from comment #19)
> 
> (In reply to Antonio Trande from comment #17)
> > Set QWT library.
> 
> Was this necessary? This was the original conditional, and the second branch
> was what we have in Fedora, no?
> 
> system (ls /usr/lib*/libqwt5.so) {
>    LIBS+=-lqwt5
> } else {
>    system (ls /usr/lib*/libqwt5-qt4.so) {
>       LIBS+=-lqwt5-qt4
>    } else {
>      system (ls /usr/lib*/libqwt-qt4.so) {
>        LIBS+=-lqwt-qt4
>      } else {LIBS+=-lqwt}
>    }
> }
> 
> 

It is needed just to avoid an access error:

ls: cannot access '/usr/lib*/libqwt5.so': No such file or directory
/usr/lib64/libqwt5-qt4.so
/usr/lib64/libqwtplot3d-qt4.so

I will post the review.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org

Reply via email to