Ticket #27558: qt4-mac.diff

File qt4-mac.diff, 905 bytes (added by youngtaek.oh@…, 13 years ago)
  • Portfile

    old new  
    207207    -dbus-linked                                          \
    208208    -fast                                                 \
    209209    -optimized-qmake                                      \
    210     -no-framework                                         \
     210    -framework                                            \
    211211    -no-phonon                                            \
    212212    -no-phonon-backend
    213213
     
    517517please use +quartz for now.\n"
    518518}
    519519
     520variant no_framework description \
     521{Build as libraries, not as framework} {
     522    configure.args-delete -framework
     523    configure.args-append -no-framework
     524}
     525
     526
    520527livecheck.type      regex
    521528livecheck.url       http://get.qt.nokia.com/qt/source/
    522529livecheck.regex     "qt-everywhere-opensource-src-(\[0-9a-z.-\]+)${extract.suffix}"