Ticket #50671: boost.patch
File boost.patch, 1.4 KB (added by eborisch (Eric A. Borisch), 9 years ago) |
---|
-
Portfile
6 6 PortGroup mpi 1.0 7 7 8 8 name boost 9 version 1. 59.010 revision 29 version 1.60.0 10 revision 0 11 11 license Boost-1 12 12 categories devel 13 13 platforms darwin … … 26 26 distname ${name}_${distver} 27 27 use_bzip2 yes 28 28 29 checksums rmd160 a106b3cd1dbda2323e5e84c7106cedee327db03c \ 30 sha256 727a932322d94287b62abb1bd2d41723eec4356a7728909e38adb65ca25241ca 29 checksums \ 30 rmd160 191c97a0aed4543fbc8543219d2ab53aea7db784 \ 31 sha256 686affff989ac2488f79a97b9479efb9f2abae035b5ed4d8226de6857933fd3b 31 32 32 33 depends_lib port:zlib \ 33 34 port:expat \ … … 45 46 46 47 patchfiles patch-tools-build-src-engine-build.sh.diff \ 47 48 patch-tools-build-src-engine-build.jam.diff \ 48 patch-apple-clang-no-libcxx.diff \ 49 patch-libs-context-src-asm-make_ppc32_sysv_macho_gas.S.diff \ 50 patch-log-setup-link.diff 49 patch-apple-clang-no-libcxx.diff 51 50 # patch-apple-clang-no-libcxx.diff fixes a clang configuration 52 51 # error that occurs on OS X 10.7 and 10.8 due to the assumption 53 52 # that if clang is the compiler in use it must be using libc++.