Ticket #24197: simage-archflags.diff
File simage-archflags.diff, 484 bytes (added by ryandesign (Ryan Carsten Schmidt), 15 years ago) |
---|
-
Portfile
35 34 --with-tiff=${prefix} \ 36 35 --with-zlib=${prefix} 37 36 37 post-build { 38 reinplace -E {s|-arch [a-z0-9_]+||g} \ 39 ${worksrcpath}/simage.pc \ 40 ${worksrcpath}/simage-default.cfg 41 } 42 38 43 # The QuickTime variant uses QuickTime for image loading, removing 39 44 # the dependencies on additional image libraries. 40 45 variant quicktime {