Ticket #24197: simage-archflags.diff

File simage-archflags.diff, 484 bytes (added by ryandesign (Ryan Carsten Schmidt), 15 years ago)

proposed patch

  • Portfile

     
    3534                        --with-tiff=${prefix} \
    3635                        --with-zlib=${prefix}
    3736
     37post-build {
     38        reinplace -E {s|-arch [a-z0-9_]+||g} \
     39                ${worksrcpath}/simage.pc \
     40                ${worksrcpath}/simage-default.cfg
     41}
     42
    3843# The QuickTime variant uses QuickTime for image loading, removing
    3944# the dependencies on additional image libraries.
    4045variant quicktime {