summaryrefslogtreecommitdiff
path: root/graphics/gphoto2/files/patch-ai
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gphoto2/files/patch-ai')
-rw-r--r--graphics/gphoto2/files/patch-ai13
1 files changed, 0 insertions, 13 deletions
diff --git a/graphics/gphoto2/files/patch-ai b/graphics/gphoto2/files/patch-ai
deleted file mode 100644
index ce4cc2badd55..000000000000
--- a/graphics/gphoto2/files/patch-ai
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/callbacks.c.orig Thu Jun 17 00:09:31 1999
-+++ src/callbacks.c Thu Jun 17 00:10:16 1999
-@@ -403,7 +403,9 @@
-
- #ifdef linux
- sprintf(serial_port_prefix, "/dev/ttyS");
--#elif defined(__FreeBSD__) || defined(__NetBSD__)
-+#elif defined(__FreeBSD__)
-+ sprintf(serial_port_prefix, "/dev/cuaa");
-+#elif defined(__NetBSD__)
- sprintf(serial_port_prefix, "/dev/tty0");
- #else
- sprintf(serial_port_prefix, "/dev/tty0");