Ticket #18588: Portfile.diff
File Portfile.diff, 455 bytes (added by tenomoto (Takeshi Enomoto), 16 years ago) |
---|
-
Portfile
old new 35 35 system "ln -sf ${workpath}/d ${workpath}/gcc-${gcc_version}/gcc/d" 36 36 } 37 37 38 pre-configure { 39 reinplace "s|tjmp %%edx|tjmp *%%edx|" ${workpath}/gcc-${gcc_version}/gcc/config/i386/i386.c 40 } 41 38 42 patch.dir ${workpath}/gcc-${gcc_version} 39 43 post-patch { 40 44 system "cd ${workpath}/gcc-${gcc_version}/ && gcc/d/setup-gcc.sh"