Ticket #29207: sane-backends_1.0.22_1.patch
File sane-backends_1.0.22_1.patch, 776 bytes (added by aguynamedryan+macports@…, 14 years ago) |
---|
-
Portfile
old new 4 4 5 5 name sane-backends 6 6 version 1.0.22 7 revision 1 7 8 set download_id 3503 8 9 categories graphics 9 10 platforms darwin … … 47 48 xinstall -d -o root -g admin -m 775 ${destroot}${prefix}/var/lock 48 49 } 49 50 51 post-configure { 52 reinplace -E {s|-arch [a-z0-9_]+||g} \ 53 ${worksrcpath}/tools/sane-config \ 54 ${worksrcpath}/tools/sane-backends.pc 55 } 56 50 57 destroot.keepdirs ${destroot}${prefix}/var/lock 51 58 52 59 variant disable_localbackends conflicts enable_pnmbackend with_gphoto2 description "turn off compilation of all backends but net" {