Ticket #17263: Portfile.2.diff
File Portfile.2.diff, 808 bytes (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 16 years ago) |
---|
-
Portfile
old new 55 55 # to _run_ ghc, since the mangler (an assembly to assembly transformation) 56 56 # is a perl script. That's why it called the "Evil Mangler". 57 57 # 58 depends_run port:perl5.8 58 depends_lib-append port:perl5.8 59 configure.env-append PerlCmd=${prefix}/bin/perl5.8 59 60 60 61 worksrcdir ${name}-${version} 61 62 … … 210 211 211 212 configure.ldflags-append "-L/usr/lib" 212 213 configure.cflags-append "-I${prefix}/include" 213 configure.env DYLD_FALLBACK_LIBRARY_PATH=${prefix}/lib \214 ac_cv_lib_elf_nlist=no214 configure.env-append DYLD_FALLBACK_LIBRARY_PATH=${prefix}/lib \ 215 ac_cv_lib_elf_nlist=no 215 216 216 217 configure.args --prefix=${destroot}${prefix} \ 217 218 --datadir=${destroot}${prefix}/share/${name}-${version} \