freebsd-ports/graphics/gphoto/files/patch-aw
Chris Piazza fb9f5ef38a Update to 4.0.3
PR:		18139
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-04-29 21:12:12 +00:00

11 lines
383 B
Text

--- mustek/device.c.orig Mon Dec 6 03:48:54 1999
+++ mustek/device.c Thu Apr 20 03:00:00 2000
@@ -59,7 +59,7 @@
newtio.c_cflag = (newtio.c_cflag & ~CSIZE) | CS8;
// Set into raw, no echo mode
- #if defined(__NetBSD__)
+ #if defined(__NetBSD__) || defined(__FreeBSD__)
newtio.c_iflag &= ~(IGNBRK | IGNCR | INLCR | ICRNL |
IXANY | IXON | IXOFF | INPCK | ISTRIP);
#else