diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-03-12 22:49:21 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-03-12 22:49:21 +0000 |
commit | 879e57e564e9f6d4d652e7494a8e0b79562842a2 (patch) | |
tree | 6921c77569d059ba85a33eb1a2456513021bdc7a /graphics/fxtv/files/patch-ad | |
parent | Add ecgi 0.6.2, a library for the creation of CGI-based Web (diff) |
update to 1.03.
PR: 25646
Submitted by: John Saunders <john@nlc.net.au>
(Non-response from maintainer)
Diffstat (limited to 'graphics/fxtv/files/patch-ad')
-rw-r--r-- | graphics/fxtv/files/patch-ad | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/graphics/fxtv/files/patch-ad b/graphics/fxtv/files/patch-ad deleted file mode 100644 index 35007908089c..000000000000 --- a/graphics/fxtv/files/patch-ad +++ /dev/null @@ -1,20 +0,0 @@ ---- remote.c.orig Sun Dec 10 14:02:55 2000 -+++ remote.c Sun Dec 10 14:06:22 2000 -@@ -45,7 +45,16 @@ - #include <sys/time.h> - #include <sys/socket.h> - #include <sys/un.h> --#include <machine/mouse.h> -+#ifdef __FreeBSD__ -+# include <sys/param.h> -+# if __FreeBSD_version >= 500013 -+# include <sys/mouse.h> -+# else -+# include <machine/mouse.h> -+# endif -+#else -+# include <machine/mouse.h> -+#endif - #include <X11/Intrinsic.h> - #include "tvdebug.h" - #include "tvutil.h" |