summaryrefslogtreecommitdiff
path: root/graphics/gphoto/patches/patch-al
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gphoto/patches/patch-al')
-rw-r--r--graphics/gphoto/patches/patch-al16
1 files changed, 0 insertions, 16 deletions
diff --git a/graphics/gphoto/patches/patch-al b/graphics/gphoto/patches/patch-al
deleted file mode 100644
index aae3ce1f0f4..00000000000
--- a/graphics/gphoto/patches/patch-al
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-al,v 1.1 1999/11/30 01:30:50 hubertf Exp $
-
---- konica_qmxxx/dcx.c.orig Tue Nov 30 01:34:40 1999
-+++ konica_qmxxx/dcx.c Tue Nov 30 01:38:17 1999
-@@ -2291,7 +2291,11 @@
- {
- //dcx_debug(1);
- os_debug(1);
-+#ifdef __NetBSD__
-+ dcx_init("/dev/tty00", QM100 );
-+#else
- dcx_init("/dev/ttyS0", QM100 );
-+#endif
- dcx_open();
- dcx_close();
- }