mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
113c878ebb
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
12 lines
263 B
Plaintext
12 lines
263 B
Plaintext
--- Makefile.orig Mon Dec 21 21:09:06 1998
|
|
+++ Makefile Mon Dec 21 21:09:19 1998
|
|
@@ -79,7 +79,7 @@
|
|
#
|
|
# Used only if you make the project with USE_TIFF defined.
|
|
#
|
|
-TIFFLIB=-ltiff34
|
|
+TIFFLIB=-ltiff
|
|
|
|
#
|
|
# Used only if you make the project with USE_PNG defined.
|