Ticket #28158: i386-mingw32-binutils-2.21-3.diff
File i386-mingw32-binutils-2.21-3.diff, 1.2 KB (added by ryandesign (Ryan Carsten Schmidt), 13 years ago) |
---|
-
Portfile
2 2 PortSystem 1.0 3 3 4 4 name i386-mingw32-binutils 5 version 2. 19.15 version 2.21-3 6 6 maintainers landonf 7 7 description Mingw32 Binutils for i386-mingw32 cross development 8 8 long_description Mingw32 development toolchain ("binutils") \ … … 16 16 set crossgcc-target i386-mingw32 17 17 18 18 platforms darwin 19 master_sites sourceforge:mingw 19 master_sites sourceforge:project/mingw/MinGW/BaseSystem/GNU-Binutils/binutils-[lindex [split ${version} -] 0] 20 use_lzma yes 20 21 distname binutils-${version}-mingw32-src 21 worksrcdir binutils-${version} 22 checksums md5 ad3f2b5fdcd599a772ad75fec2c384d8 \ 23 sha1 7e930435c47991c4070b1c74b010350e4669011f \ 24 rmd160 98916f371f647864997bb00084a5e7a0fd46d982 22 worksrcdir binutils-[lindex [split ${version} -] 0] 25 23 24 checksums sha1 ad67d8f010b87643087f77390aebef287b00a189 \ 25 rmd160 0774cd01e36e0dfabafd73950cc071754fbe8d1a 26 26 27 # Build in a different directory, as advised in the README file. 27 28 pre-configure { system "cd ${workpath} && mkdir -p build"} 28 29 configure.dir ${workpath}/build