r675 - crux-2.1/ports/opt/libgphoto2
Author: sten Date: 2006-02-05 01:40:16 +0100 (Sun, 05 Feb 2006) New Revision: 675 Modified: crux-2.1/ports/opt/libgphoto2/Pkgfile Log: fix compilation issue with libexif-0.6.13 Modified: crux-2.1/ports/opt/libgphoto2/Pkgfile =================================================================== --- crux-2.1/ports/opt/libgphoto2/Pkgfile 2006-02-04 23:25:54 UTC (rev 674) +++ crux-2.1/ports/opt/libgphoto2/Pkgfile 2006-02-05 00:40:16 UTC (rev 675) @@ -6,7 +6,7 @@ name=libgphoto2 version=2.1.6 -release=1 +release=2 source=(http://dl.sourceforge.net/sourceforge/gphoto/$name-$version.tar.gz) build () { @@ -14,7 +14,7 @@ ./configure --prefix=/usr \ --disable-nls \ --disable-static - make + make EXIF_CFLAGS="-DHAVE_EXIF_0_5_4" make DESTDIR=$PKG install rm -rf $PKG/usr/share/doc }
participants (1)
-
crux@crux.nu