Ticket #25256: libmcs.diff

File libmcs.diff, 539 bytes (added by ryandesign (Ryan Carsten Schmidt), 14 years ago)

proposed patch

  • Portfile

     
    3131    sha1    683f0c62aa8374f5ec1bf32e5b778a82e638ae21 \
    3232    rmd160  6c8e2f5afc3c4dd1c951f73131cd5d3c6751c8a0
    3333
     34post-patch {
     35    # Remove terminal color sequences so the log is readable.
     36    reinplace {s|\\033[^m]*m||g} ${worksrcpath}/buildsys.mk.in
     37}
     38
    3439# These are just temporary since i dont want to install all the dependencies.
    3540configure.args \
    3641    --disable-gconf \