diff options
author | roger <roger@FreeBSD.org> | 1999-07-29 00:47:29 +0800 |
---|---|---|
committer | roger <roger@FreeBSD.org> | 1999-07-29 00:47:29 +0800 |
commit | 7c39d114e3f399c86c8515374778b72da411563f (patch) | |
tree | cd5322be35864ba670cb9e0834e2b70bbb5b2ac8 /multimedia | |
parent | fb418490049f3b46ed768ea108ee3afe05a75838 (diff) | |
download | freebsd-ports-gnome-7c39d114e3f399c86c8515374778b72da411563f.tar.gz freebsd-ports-gnome-7c39d114e3f399c86c8515374778b72da411563f.tar.zst freebsd-ports-gnome-7c39d114e3f399c86c8515374778b72da411563f.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.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/fxtv/files/patch-ac | 10 |
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> |