pkgsrc/devel/pardiff/patches/patch-aa

14 lines
491 B
Text
Raw Normal View History

2008-05-09 20:30:49 +02:00
$NetBSD: patch-aa,v 1.5 2008/05/09 18:30:49 agc Exp $
2006-01-09 18:57:15 +01:00
--- pardiff/pardiff.h.orig 2006-01-09 17:36:02.000000000 +0000
+++ pardiff/pardiff.h
@@ -27,7 +27,7 @@
/* include files to determine the width of the output terminal */
#include <fcntl.h>
-#if defined __NetBSD__ || defined __FreeBSD__ || defined __OpenBSD__
2008-05-09 20:30:49 +02:00
+#if defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__DragonFly__) || defined(__APPLE__)
2006-01-09 18:57:15 +01:00
#include <sys/ttycom.h>
#else
#include <termio.h>