Ticket #27558: qt4-mac.diff
File qt4-mac.diff, 905 bytes (added by youngtaek.oh@…, 14 years ago) |
---|
-
Portfile
old new 207 207 -dbus-linked \ 208 208 -fast \ 209 209 -optimized-qmake \ 210 - no-framework\210 -framework \ 211 211 -no-phonon \ 212 212 -no-phonon-backend 213 213 … … 517 517 please use +quartz for now.\n" 518 518 } 519 519 520 variant no_framework description \ 521 {Build as libraries, not as framework} { 522 configure.args-delete -framework 523 configure.args-append -no-framework 524 } 525 526 520 527 livecheck.type regex 521 528 livecheck.url http://get.qt.nokia.com/qt/source/ 522 529 livecheck.regex "qt-everywhere-opensource-src-(\[0-9a-z.-\]+)${extract.suffix}"