summaryrefslogtreecommitdiff
path: root/graphics/gphoto2/files/patch-ai
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-03-17 02:18:05 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-03-17 02:18:05 +0000
commit6c59170bca7b079bb699aa4fe6a5bf790e0dea6e (patch)
tree83a5fb38fba33a2f9e88f2df143b28d6ebc3b483 /graphics/gphoto2/files/patch-ai
parentRevert to rev. 1.4, which will restore some bugs in the previous version (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_0_0'.release/4.0.0
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");