openbsd-ports/x11/xawtv/patches/patch-x11_pia_c
sturm 6d218429c5 Initial import of xawtv 3.90
This is a _simple_ xaw-based TV Program which uses the bttv driver.

WWW: http://bytesex.org/xawtv/

from Robert Nagy <thuglife at bsd dot hu>
2003-11-16 16:17:58 +00:00

13 lines
342 B
Plaintext

$OpenBSD: patch-x11_pia_c,v 1.1.1.1 2003/11/16 16:17:58 sturm Exp $
--- x11/pia.c.orig Fri Feb 14 15:14:08 2003
+++ x11/pia.c Sat Nov 15 21:50:04 2003
@@ -19,7 +19,7 @@
#include <sys/ipc.h>
#include <sys/shm.h>
#include <sys/ioctl.h>
-#include <sys/soundcard.h>
+#include <soundcard.h>
#include <X11/Xlib.h>
#include <X11/Intrinsic.h>