Ticket #46567: Portfile.diff
File Portfile.diff, 1.3 KB (added by csanchezdll, 10 years ago) |
---|
-
Portfile
1 1 2 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim: fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 2 3 # $Id$ 3 4 … … 27 28 port:xorg-libXt \ 28 29 port:pkgconfig 29 30 31 platform darwin 8 { 32 depends_build-append port:gmake 33 build.cmd gmake 34 } 35 30 36 depends_lib port:nspr \ 31 37 port:libffi 32 38 … … 35 41 36 42 use_autoconf yes 37 43 autoconf.cmd autoconf213 38 compiler.blacklist * gcc-*44 compiler.blacklist *llvm-gcc-* 39 45 configure.args --with-system-nspr \ 40 46 --enable-system-ffi \ 41 47 --disable-readline \ … … 44 50 configure.ccache no 45 51 46 52 patchfiles fix-goto-scope-jsinterp.cpp.diff \ 47 patch-configure-no-deployment-target.diff 53 patch-configure-no-deployment-target.diff \ 54 patch-mfbt-double-conversion-utils.h.diff 55 platform darwin 8 { 56 patchfiles-append patch-js-src-jsgc.cpp.diff 57 } 48 58 49 59 variant readline description {Link js shell to system readline library} { 50 60 depends_lib-append port:readline