1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
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

12 lines
383 B
Plaintext

--- 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