diff options
Diffstat (limited to 'accessibility/gnopernicus/files/patch-configure')
-rw-r--r-- | accessibility/gnopernicus/files/patch-configure | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/accessibility/gnopernicus/files/patch-configure b/accessibility/gnopernicus/files/patch-configure new file mode 100644 index 000000000000..79dc7a3c1b07 --- /dev/null +++ b/accessibility/gnopernicus/files/patch-configure @@ -0,0 +1,21 @@ +--- configure.orig Mon Jan 9 15:02:42 2006 ++++ configure Mon Jan 9 15:04:48 2006 +@@ -21635,11 +21635,17 @@ + TTYNAME_2="/dev/cua/c" + TTYNAME_3="/dev/cua/d" + ;; +- FreeBSD-*) ++ FreeBSD-4*|FreeBSD-5*) + TTYNAME_0="/dev/cuaa0" + TTYNAME_1="/dev/cuaa1" + TTYNAME_2="/dev/cuaa2" + TTYNAME_3="/dev/cuaa3" ++ ;; ++ FreeBSD-*) ++ TTYNAME_0="/dev/cuad0" ++ TTYNAME_1="/dev/cuad1" ++ TTYNAME_2="/dev/cuaU0" ++ TTYNAME_3="/dev/cuaU1" + ;; + *) + echo "Can't figure out the name of the serial port on this OS" |