aboutsummaryrefslogtreecommitdiff
path: root/multimedia/motion/files
diff options
context:
space:
mode:
authorRichard Gallamore <ultima@FreeBSD.org>2017-08-13 22:29:41 +0000
committerRichard Gallamore <ultima@FreeBSD.org>2017-08-13 22:29:41 +0000
commit30c34a62601adf54882592ad7f6ee03e5b301b0b (patch)
treeee7f72207c07a3c25d627ed4c208a6982194ea6c /multimedia/motion/files
parent3e21d82bb0eed5055624dbb606c3e801cc3b84a0 (diff)
downloadports-30c34a62601adf54882592ad7f6ee03e5b301b0b.tar.gz
ports-30c34a62601adf54882592ad7f6ee03e5b301b0b.zip
* Bump Revision to fix ioctl sign-extension warning
* Cleanup Makefile PR: 221241 Submitted by: <peo@bsdlabs.com> Reviewed by: matthew (mentor) Approved by: matthew (mentor) MFH: 2017Q3 Differential Revision: https://reviews.freebsd.org/D11993
Notes
Notes: svn path=/head/; revision=447919
Diffstat (limited to 'multimedia/motion/files')
-rw-r--r--multimedia/motion/files/patch-video2.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/motion/files/patch-video2.c b/multimedia/motion/files/patch-video2.c
new file mode 100644
index 000000000000..a0e17aa92445
--- /dev/null
+++ b/multimedia/motion/files/patch-video2.c
@@ -0,0 +1,11 @@
+--- video2.c.orig 2017-08-11 20:05:27 UTC
++++ video2.c
+@@ -184,7 +184,7 @@ typedef struct {
+ /**
+ * xioctl
+ */
+-#ifdef __OpenBSD__
++#if defined (__OpenBSD__) || defined (__FreeBSD__)
+ static int xioctl(src_v4l2_t *vid_source, unsigned long request, void *arg)
+ #else
+ static int xioctl(src_v4l2_t *vid_source, int request, void *arg)