Ticket #46571: Portfile.diff

File Portfile.diff, 1.2 KB (added by csanchezdll, 9 years ago)
  • Portfile

     
    88categories      devel
    99license         {MPL-1.1 LGPL-2.1+}
    1010version         1.9.2.16
    11 revision        3
     11revision        4
    1212#set ff_version  3.6
    1313platforms       darwin
    1414maintainers     nomaintainer
     
    3838depends_build \
    3939        port:findutils \
    4040        port:pkgconfig \
    41         port:autoconf213
     41        port:autoconf213 \
     42    port:python27
    4243
    4344depends_lib \
    4445        port:heimdal \
     
    160161        port:nspr
    161162}
    162163
    163 patchfiles patch-dylib_file.diff
     164patchfiles patch-dylib_file.diff \
     165    patch-config-system-headers.diff \
     166    patch-gfx-thebes-src-gfxASurface.cpp.diff \
     167    patch-gfx-thebes-src-gfxPangoFonts.cpp.diff \
     168    patch-js-ctypes-libffi-src-powerpc-fde.patch
    164169
    165170post-patch {
    166171    # https://bugzilla.mozilla.org/show_bug.cgi?id=485857
     
    220225
    221226configure.env \
    222227        MOZCONFIG="${worksrcpath}/xulrunner/config/mozconfig" \
    223         MOZILLA_FIVE_HOME="${prefix}/lib/${component}"
     228        MOZILLA_FIVE_HOME="${prefix}/lib/${component}" \
     229        PYTHON=python2.7
    224230
    225231build.args-append \
    226232        includedir="${prefix}/include/${component}" \