Ticket #11285: patch
File patch, 1.1 KB (added by meissnem@…, 18 years ago) |
---|
-
(a) /opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/devel/libgphoto2/Portfile vs. (b) p
a b 1 1 # $Id: Portfile 20278 2006-11-01 16:38:18Z blair@macports.org $ 2 2 PortSystem 1.0 3 3 name libgphoto2 4 version 2. 1.54 version 2.2.1 5 5 categories devel 6 6 maintainers namely_void@yahoo.co.uk 7 7 description The gphoto2 digital camera library … … 9 9 access various digital camera models. 10 10 homepage http://www.gphoto.org/proj/libgphoto2/ 11 11 master_sites sourceforge:gphoto 12 checksums md5 210844f0d88f58842917af6eaff0638212 checksums md5 c36daa4f0af59e970e1e650c10fa1ee1 13 13 depends_build port:pkgconfig 14 14 depends_lib port:libusb \ 15 15 port:jpeg \ 16 16 port:gettext \ 17 17 port:libiconv 18 patchfiles patch-configure patch-dlsym19 18 configure.env CFLAGS="-I${prefix}/include -no-cpp-precomp" \ 20 19 LDFLAGS="-L${prefix}/lib" 21 20 configure.args --without-exif --mandir=${prefix}/share/man --with-drivers=all … … 35 34 ${worksrcpath}/libgphoto2_port/config.h 36 35 } 37 36 } 38 39