Ticket #18297: gsed-muniversal.2.diff

File gsed-muniversal.2.diff, 718 bytes (added by ryandesign (Ryan Carsten Schmidt), 15 years ago)

workaround to limit to ppc / i386 architectures on Tiger

  • Portfile

     
    11# $Id$
    22
    33PortSystem      1.0
     4PortGroup       muniversal 1.0
    45
    56name            gsed
    67set my_name     sed
    78version         4.1.5
    8 revision        3
     9revision        4
    910categories      textproc
    1011platforms       darwin
    1112maintainers     nox
     
    3031depends_lib     port:gettext \
    3132                port:libiconv
    3233
     34# Bad things happen running 64-bit gsed on Tiger. Fine on Leopard.
     35if {8 == ${os.major}} {
     36    set universal_archs_supported {i386 ppc}
     37}
     38
    3339patchfiles      patch-configure.diff
    3440
    3541configure.args  --infodir=${prefix}/share/info \