Ticket #22778: tre.diff

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

here's a patch

  • Portfile

     
    33PortSystem          1.0
    44name                tre
    55version             0.8.0
     6revision            1
    67categories          devel
    78platforms           darwin
    89maintainers         erickt
     
    1819                    port:libiconv
    1920test.run            yes
    2021test.target         check
     22
     23post-build {
     24    reinplace -E {s|-arch [a-z0-9_]+||g} ${worksrcpath}/tre.pc
     25}