diff options
-rw-r--r-- | comms/p5-Device-SerialPort/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/p5-Device-SerialPort/files/patch-aa b/comms/p5-Device-SerialPort/files/patch-aa index c0661fc128d9..233ed3246b98 100644 --- a/comms/p5-Device-SerialPort/files/patch-aa +++ b/comms/p5-Device-SerialPort/files/patch-aa @@ -5,7 +5,7 @@ } unless (@SERIALS) { - @SERIALS=( "/dev/ttyS1", "/dev/cua01", "/dev/cua/b", "/dev/tty1" ); -+ @SERIALS=( "/dev/ttyd0", "/dev/cuaa0", "/dev/ucom0" ); ++ @SERIALS=( "/dev/ttyd0", "/dev/cuaa0", "/dev/ucom0", "/dev/ttya", "/dev/ttyb" ); print "(use 'perl Makefile.PL TESTPORT=<DEVICE>' to override this search)\n"; } |