Ticket #44340: texlive-bin.patch
File texlive-bin.patch, 982 bytes (added by drkp (Dan Ports), 10 years ago) |
---|
-
opt/local/var/macports/sources/svn.macports.org/trunk/dports/tex/texlive-bin/Portfile
187 187 configure.cppflags-append -isystem${prefix}/include 188 188 configure.env-append LIBRARY_PATH=${prefix}/lib 189 189 190 # luajittex does not support ppc 191 if {[variant_isset universal]} { 192 set merger_configure_args(ppc) --disable-luajittex 193 set merger_configure_args(ppc64) --disable-luajittex 194 } else { 195 switch -- ${configure.build_arch} { 196 ppc - 197 ppc64 { configure.args-append --disable-luajittex } 198 } 199 } 200 201 190 202 # work around bug in texlive makefiles where $OBJC is not recorded 191 203 # during configure phase 192 204 build.env OBJC=${configure.objc} \