Ticket #17263: Portfile.2.diff

File Portfile.2.diff, 808 bytes (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 15 years ago)
  • Portfile

    old new  
    5555# to _run_ ghc, since the mangler (an assembly to assembly transformation)
    5656# is a perl script. That's why it called the "Evil Mangler".
    5757#
    58 depends_run     port:perl5.8
     58depends_lib-append      port:perl5.8
     59configure.env-append    PerlCmd=${prefix}/bin/perl5.8
    5960
    6061worksrcdir      ${name}-${version}
    6162
     
    210211
    211212configure.ldflags-append        "-L/usr/lib"
    212213configure.cflags-append         "-I${prefix}/include"
    213 configure.env   DYLD_FALLBACK_LIBRARY_PATH=${prefix}/lib        \
    214                 ac_cv_lib_elf_nlist=no
     214configure.env-append    DYLD_FALLBACK_LIBRARY_PATH=${prefix}/lib        \
     215                        ac_cv_lib_elf_nlist=no
    215216
    216217configure.args  --prefix=${destroot}${prefix}                           \
    217218                --datadir=${destroot}${prefix}/share/${name}-${version} \