Ticket #21194: Portfile.diff
File Portfile.diff, 549 bytes (added by royliu@…, 15 years ago) |
---|
-
Portfile
old new 53 53 port:i386-mingw32-binutils \ 54 54 port:gettext 55 55 56 # Null out the build architecture if 64-bit, since this causes CFLAGS to be 57 # set, which in turn causes the libiberty build to fail with cross gcc. 58 if {${build_arch} == "x86_64"} { 59 configure.build_arch 60 } 61 56 62 # Build in a different directory, as advised in the README file. 57 63 pre-configure { system "cd ${workpath} && mkdir -p build" } 58 64 configure.dir ${workpath}/build