summaryrefslogtreecommitdiff
path: root/comms/lirc/files/patch-ad
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-10-06 01:31:49 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-10-06 01:31:49 +0000
commit627aa4a08ef1285003c63a0ad8ebe6e2a82064f1 (patch)
treed900613d39b220856e4b1b601b5459fb3cfa0d51 /comms/lirc/files/patch-ad
parentNew port: kix-kmod : Syscons screen saver module (diff)
New port: comms/lirc: Linux Infared Remote Control
This is a port of the LIRC, Linux Infrared Remote Control, package (www.lirc.org). This port installs the daemons and tools for interacting with device drivers that support the LIRC device interface. The port does not install any FreeBSD infrared device drivers yet; the user must obtain these from third parties or port the existing Linux drivers. PR: ports/46774 Submitted by: Mike Heffner <mikeh@FreeBSD.org> <mheffner@acm.vt.edu>
Diffstat (limited to 'comms/lirc/files/patch-ad')
-rw-r--r--comms/lirc/files/patch-ad11
1 files changed, 11 insertions, 0 deletions
diff --git a/comms/lirc/files/patch-ad b/comms/lirc/files/patch-ad
new file mode 100644
index 000000000000..c5716522ee21
--- /dev/null
+++ b/comms/lirc/files/patch-ad
@@ -0,0 +1,11 @@
+--- tools/irpty.c.orig Sat Jan 4 22:10:23 2003
++++ tools/irpty.c Sat Jan 4 22:11:26 2003
+@@ -36,7 +36,7 @@
+ #include <unistd.h>
+
+ #ifdef HAVE_FORKPTY
+-#include <pty.h>
++#include <libutil.h>
+ #endif
+
+ #include "lirc_client.h"