forked from Lainports/freebsd-ports
The lang/squeak ports assume B576000 and B1152000. Lack of B576000 and B1152000 at /usr/include/sys/_termios.h, lang/squeak is broken at 14.0-Current. While here, add missing USES, dependencies, reorder variables, etc. PR: 254456 Submitted by: takeshi.mutoh@gmail.com (maintainer)
11 lines
301 B
C
11 lines
301 B
C
--- unix/plugins/ScratchPlugin/unixSeriaPort2Ops.c.orig 2012-07-30 21:58:07 UTC
|
|
+++ unix/plugins/ScratchPlugin/unixSeriaPort2Ops.c
|
|
@@ -337,7 +337,7 @@ error:
|
|
}
|
|
|
|
int isSerialPortDev(char *s) {
|
|
- return isPrefix("ttyusb", s);
|
|
+ return isPrefix("ttyU", s);
|
|
}
|
|
|
|
int isPrefix(char *prefix, char *s) {
|