Ticket #17863: strigi_qt_support.diff

File strigi_qt_support.diff, 525 bytes (added by illogic-al@…, 15 years ago)

patch to allow strigi to compile w/ qt4 support.

  • Portfile

     
    2828# values.
    2929# Let's try to use as much as possible and just override the
    3030# configure.cmd and configure.pre_args (setting the prefix)
    31 configure.pre_args  -DCMAKE_INSTALL_PREFIX=${prefix}
     31configure.pre_args  -DCMAKE_INSTALL_PREFIX=${prefix} \
     32                    -DQT_QMAKE_EXECUTABLE=${prefix}/libexec/qt4-mac/bin/qmake
    3233configure.cmd   cmake
    3334
    3435post-destroot   {