In article <[EMAIL PROTECTED]> you wrote:

>    Fix packaging option --with-qt inclusion.
> [...]
>       CFLAGS="%{l_cflags -O}" \
>       CXXFLAGS="%{l_cxxflags -O} -Wno-deprecated" \
>  +%if "%{with_qt}" == "yes"
>  +    CXXFLAGS+="-I%{l_prefix}/include/qt" \
>  +%endif
>       CPPFLAGS="%{l_cppflags}" \
>       LDFLAGS="%{l_ldflags}" \

Sorry, this doesn't work. Be careful, the CXXFLAGS+= is a non-standard
make(1) construct and not a (ba)sh construct.

                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
Developer Communication List                   [EMAIL PROTECTED]

Reply via email to