Ticket #46571: Portfile.diff
File Portfile.diff, 1.2 KB (added by csanchezdll, 10 years ago) |
---|
-
Portfile
8 8 categories devel 9 9 license {MPL-1.1 LGPL-2.1+} 10 10 version 1.9.2.16 11 revision 311 revision 4 12 12 #set ff_version 3.6 13 13 platforms darwin 14 14 maintainers nomaintainer … … 38 38 depends_build \ 39 39 port:findutils \ 40 40 port:pkgconfig \ 41 port:autoconf213 41 port:autoconf213 \ 42 port:python27 42 43 43 44 depends_lib \ 44 45 port:heimdal \ … … 160 161 port:nspr 161 162 } 162 163 163 patchfiles patch-dylib_file.diff 164 patchfiles 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 164 169 165 170 post-patch { 166 171 # https://bugzilla.mozilla.org/show_bug.cgi?id=485857 … … 220 225 221 226 configure.env \ 222 227 MOZCONFIG="${worksrcpath}/xulrunner/config/mozconfig" \ 223 MOZILLA_FIVE_HOME="${prefix}/lib/${component}" 228 MOZILLA_FIVE_HOME="${prefix}/lib/${component}" \ 229 PYTHON=python2.7 224 230 225 231 build.args-append \ 226 232 includedir="${prefix}/include/${component}" \