Gnopernicus is part of the GNOME Accessibility Project. It is a screen reader and magnifier and it enables users with limited vision, or no vision, to use the Gnome 2 desktop and Gnome/GTK+2 applications effectively. By providing automated focus tracking and fullscreen magnification, Gnopernicus aids low-vision Gnome users. feedback and ok ajacoutot@
17 lines
447 B
Plaintext
17 lines
447 B
Plaintext
$OpenBSD: patch-configure,v 1.1.1.1 2008/03/17 19:09:42 jasper Exp $
|
|
--- configure.orig Wed Feb 13 21:31:03 2008
|
|
+++ configure Wed Feb 13 21:34:19 2008
|
|
@@ -21725,6 +21725,12 @@ case $system in
|
|
TTYNAME_2="/dev/cuaa2"
|
|
TTYNAME_3="/dev/cuaa3"
|
|
;;
|
|
+ OpenBSD-*)
|
|
+ TTYNAME_0="/dev/cua00"
|
|
+ TTYNAME_1="/dev/cua01"
|
|
+ TTYNAME_2="/dev/cua02"
|
|
+ TTYNAME_3="/dev/cua03"
|
|
+ ;;
|
|
*)
|
|
echo "Can't figure out the name of the serial port on this OS"
|
|
;;
|