Ticket #30629: patch-Portfile.diff
File patch-Portfile.diff, 796 bytes (added by carsomyr@…, 13 years ago) |
---|
-
Portfile
old new 21 21 22 22 platforms darwin 23 23 depends_lib-append bin:tex:texlive \ 24 port:ImageMagick 24 port:ImageMagick \ 25 port:boost 25 26 26 27 use_xz yes 27 28 distname lyx-${version} … … 38 39 patchfiles patch-configure.diff 39 40 40 41 configure.pre_args --prefix=${applications_dir}/LyX.app 41 configure.args --with-frontend=qt4 --without-x --with-included-gettext \42 configure.args --with-frontend=qt4 --without-x --with-included-gettext --without-included-boost \ 42 43 --enable-optimization=-Os --disable-concept-checks \ 43 44 --with-version-suffix=-${branch} 44 45