Ticket #33297: Portfile-gmp504.diff
File Portfile-gmp504.diff, 1.3 KB (added by patrick.isaacson@…, 13 years ago) |
---|
-
(a) Portfile vs. (b) Local
a b 5 5 PortGroup muniversal 1.0 6 6 7 7 name gmp 8 version 5.0. 29 revision 18 version 5.0.4 9 revision 0 10 10 categories devel math 11 11 license LGPL-3+ 12 12 maintainers mcalhoun openmaintainer … … 26 26 homepage http://gmplib.org/ 27 27 master_sites gnu 28 28 29 checksums md5 0bbaedc82fb30315b06b1588b9077cd3\30 sha1 2968220e1988eabb61f921d11e5d2db5431e0a35\31 rmd160 fce06e3246f067301a54f3457960f1d6d71adfc229 checksums md5 50c3edcb7c9438e04377ee9a1a061b79 \ 30 sha1 ea4ea7c3f10436ef5ae7a75b3fad163a8b86edc0 \ 31 rmd160 4164d025e412a2fa087de5fa37d84408d5f29f69 32 32 33 33 use_bzip2 yes 34 34 use_parallel_build yes … … 36 36 # See #16634 37 37 patchfiles patch-gmp-h.in.diff 38 38 39 # Sandy Bridge not recognized. See #28892, #3021140 patchfiles-append patch-config.guess.i7.diff41 42 39 # llvm-gcc-4.2 fails make check 43 40 if {${configure.compiler} == "llvm-gcc-4.2"} { 44 41 if {[vercmp $xcodeversion 4.1] >= 0} { … … 139 136 lappend merger_configure_env(x86_64) CC_FOR_BUILD=${configure.cc} CPP_FOR_BUILD=${configure.cpp} 140 137 } 141 138 } 142 143 platform powerpc {144 # See #9053145 patchfiles-append patch-config.guess.diff146 }