summaryrefslogtreecommitdiff
path: root/graphics/dc20pack/files/patch-ab
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-09-09 01:43:30 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-09-09 01:43:30 +0000
commit0b530eecbb5953a5f3b35ddc45d135c6870adb3d (patch)
tree3261b65222a528fc6f4c19630a073f7ada2a8715 /graphics/dc20pack/files/patch-ab
parentAdd columns (diff)
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>
Diffstat (limited to 'graphics/dc20pack/files/patch-ab')
-rw-r--r--graphics/dc20pack/files/patch-ab15
1 files changed, 15 insertions, 0 deletions
diff --git a/graphics/dc20pack/files/patch-ab b/graphics/dc20pack/files/patch-ab
new file mode 100644
index 000000000000..c4cdcd22c8f8
--- /dev/null
+++ b/graphics/dc20pack/files/patch-ab
@@ -0,0 +1,15 @@
+--- 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