Date: Tue, 27 Aug 2002 12:00:20 -0700 (PDT) From: Jan Lentfer <Jan.Lentfer@web.de> To: freebsd-bugs@FreeBSD.org Subject: Re: misc/42091: gphoto2 doesn't build because libexif isn't installed correctly Message-ID: <200208271900.g7RJ0KZW072059@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR misc/42091; it has been noted by GNATS. From: Jan Lentfer <Jan.Lentfer@web.de> To: freebsd-gnats-submit@FreeBSD.org, jan@localhost.homeip.net Cc: Subject: Re: misc/42091: gphoto2 doesn't build because libexif isn't installed correctly Date: Tue, 27 Aug 2002 20:51:40 +0200 Ok, I found the solution myself: in graphics/gphoto2 the Makefile has to be changed: exif.7:${PORTSDIR}/graphics/libexif gets you past the configure process, but then the build fails with: gphoto2-filesys.c: In function `get_exif_mtime': gphoto2-filesys.c:101: structure has no member named `ifd0' gphoto2-filesys.c:103: structure has no member named `ifd_exif' gphoto2-filesys.c:106: structure has no member named `ifd_exif' gmake[2]: *** [gphoto2-filesys.lo] Fehler 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208271900.g7RJ0KZW072059>