Ticket #57032: patch-mozjs52-portfile.diff
File patch-mozjs52-portfile.diff, 919 bytes (added by kencu (Ken), 5 years ago) |
---|
-
Portfile
old new 68 68 --disable-readline \ 69 69 --enable-threadsafe 70 70 71 platform darwin 8 { 72 configure.args-append --disable-jemalloc 73 } 74 75 71 76 build.env-append SHELL=/bin/bash 72 77 build.dir ${worksrcpath}/js/src/obj 73 78 destroot.dir ${worksrcpath}/js/src/obj … … 96 101 --host=i686-apple-${os.platform}${os.major} \ 97 102 --build=i686-apple-${os.platform}${os.major} \ 98 103 --target=i686-apple-${os.platform}${os.major} 99 } else if {${build_arch} eq "x86_64"}{104 } else { 100 105 configure.args-append \ 101 106 --host=${build_arch}-apple-${os.platform}${os.major} \ 102 107 --build=${build_arch}-apple-${os.platform}${os.major} \