1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/graphics/dc20ctrl/files/patch-ab
Justin M. Seger 113c878ebb Import of graphics/dc20ctrl
dc20ctrl can control your Kodak DC20 digital camera via the embedded serial
port.  With dc20ctrl you can control any parameter of your camera, as quering
the current state, taking a photo, downloading the thumbnails and/or the
pictures (in raw, pgm or ppm format, and eventually others: it depends on
compilation-time options), erasing the camera memory and changing its
resolution.

PR:		ports/5885
Submitted by:	paterno@dsi.UNIFI.IT
1998-12-22 02:19:18 +00:00

12 lines
223 B
Plaintext

--- dc20.h.orig Mon Dec 21 21:09:11 1998
+++ dc20.h Mon Dec 21 21:09:47 1998
@@ -45,7 +45,7 @@
#include <string.h>
#ifdef USE_TIFF
-#include <tiff34/tiffio.h>
+#include <tiffio.h>
#endif /* USE_TIFF */
#ifndef TRUE