freebsd-ports/graphics/dc20pack/files/patch-ab
Chris Piazza 0b530eecbb Import of dc20pack.
Dc20pack can control a Kodak DC20/25 digital camera via the embedded
serial port.  Pictures are initially downloaded in the camera's native format
but can be converted to targa format.

Note that I did not test this personally as I don't own a DC20/25 :).
The submitter says that it works, though.

PR:		12909
Submitted by:	Maurice Castro <maurice@serc.rmit.edu.au>
1999-09-09 01:43:30 +00:00

16 lines
410 B
Plaintext

--- Makefile.orig Wed Sep 8 18:38:19 1999
+++ Makefile Wed Sep 8 18:38:34 1999
@@ -1,10 +1,10 @@
all: dc20term dc2totga
dc20term: dc20_ui.o dc20_hif.o
- gcc -o $@ dc20_ui.o dc20_hif.o
+ ${CC} ${CFLAGS} -o $@ dc20_ui.o dc20_hif.o
dc2totga: dc2totga.c
- gcc -O3 -o dc2totga dc2totga.c -lm
+ ${CC} ${CFLAGS} -o dc2totga dc2totga.c -lm
clean:
rm -f dc20_ui.o dc20_hif.o dc2totga.o dc20term dc2totga