aboutsummaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorRoger Hardiman <roger@FreeBSD.org>1999-07-28 16:47:29 +0000
committerRoger Hardiman <roger@FreeBSD.org>1999-07-28 16:47:29 +0000
commit90a20db4b5f8fa7ec35b6b9f338ee7c1236163f9 (patch)
treea99ec59672c6e799e454167843edb0d5b8fd9c2c /multimedia
parent937b29afa113c27ac20e9c1b0d6cb0ef05695692 (diff)
downloadports-90a20db4b5f8fa7ec35b6b9f338ee7c1236163f9.tar.gz
ports-90a20db4b5f8fa7ec35b6b9f338ee7c1236163f9.zip
Add #include <X11/Xproto.h>
This allows FXTV to compile with XFree86 3.9.15 (a 4.0 pre-release beta) This has no effect on XFree86 3.3.4.
Notes
Notes: svn path=/head/; revision=20375
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/fxtv/files/patch-ac10
1 files changed, 10 insertions, 0 deletions
diff --git a/multimedia/fxtv/files/patch-ac b/multimedia/fxtv/files/patch-ac
new file mode 100644
index 000000000000..f0c5f9248daf
--- /dev/null
+++ b/multimedia/fxtv/files/patch-ac
@@ -0,0 +1,10 @@
+--- tvscreen.c.orig Wed Jul 28 17:26:15 1999
++++ tvscreen.c Wed Jul 28 17:27:03 1999
+@@ -39,6 +39,7 @@
+ #include <sys/shm.h>
+ #include <X11/Xlib.h> /* xf86dga.h needs this */
+ #ifdef HAVE_XFREE86
++# include <X11/Xproto.h>
+ # include <X11/extensions/xf86dga.h>
+ # include <X11/Xmd.h> /* xf86dgastr.h needs this */
+ # include <X11/extensions/xf86dgastr.h>