Changeset 82095
- Timestamp:
- 08/07/11 22:12:01 (4 years ago)
- Location:
- users/dports/ports/tex/texlive-bin
- Files:
-
- 1 added
- 1 edited
-
Portfile (modified) (1 diff)
-
files/patch-texk_web2c_xetexdir_XeTeX_ext.h.diff (added)
Legend:
- Unmodified
- Added
- Removed
-
users/dports/ports/tex/texlive-bin/Portfile
r81950 r82095 223 223 224 224 variant atsui description {Use ATSUI instead of freetype for XeTeX font rendering (forces 32-bit)} { 225 # force 32-bit build 225 # ATSUI is a deprecated interface, not available on 64-bit archs, 226 # so force 32-bit build 226 227 supported_archs i386 ppc 228 229 # ...and on 10.7 and above, enough of the APIs are broken that we 230 # can't build xdv2pdf, and need to use a hack to make xetex build 231 if {${os.platform} == "darwin" && ${os.major} >= 11} { 232 configure.args-append --disable-xdv2pdf 233 patchfiles-append patch-texk_web2c_xetexdir_XeTeX_ext.h.diff 234 } 227 235 } 228 236
Note: See TracChangeset
for help on using the changeset viewer.

