pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

toxic-git: Correct a patch



Module Name:	pkgsrc-wip
Committed By:	Mateusz Poszwa <old4%o2.pl@localhost>
Pushed By:	f8l
Date:		Wed Jan 25 18:09:19 2017 +0100
Changeset:	e6ae2a5f82234d3cc6489213c84705ee7fa40e0a

Modified Files:
	toxic-git/distinfo
	toxic-git/patches/patch-src_video__device.c

Log Message:
toxic-git: Correct a patch

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e6ae2a5f82234d3cc6489213c84705ee7fa40e0a

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 toxic-git/distinfo                          | 2 +-
 toxic-git/patches/patch-src_video__device.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/toxic-git/distinfo b/toxic-git/distinfo
index 9228aae..4564a21 100644
--- a/toxic-git/distinfo
+++ b/toxic-git/distinfo
@@ -4,4 +4,4 @@ SHA1 (patch-Makefile) = c996154317aedaaa4b3a1bac2a69e4fc1b89173b
 SHA1 (patch-cfg_global__vars.mk) = 5aad096f067f485c439135d3838b8912d1ad7d5e
 SHA1 (patch-src_name__lookup.c) = 212742961593ff970e5d108af2f14b8f93199a76
 SHA1 (patch-src_toxic.c) = 0c466bb767a77f5bf25aeef934ca61e5dc550923
-SHA1 (patch-src_video__device.c) = 85c8f85c9cfe7f3d478b95ca732d69b33fa0b43b
+SHA1 (patch-src_video__device.c) = 872e93dacda4e86669b6fd0c9578916911a59745
diff --git a/toxic-git/patches/patch-src_video__device.c b/toxic-git/patches/patch-src_video__device.c
index 1626253..d1f8ece 100644
--- a/toxic-git/patches/patch-src_video__device.c
+++ b/toxic-git/patches/patch-src_video__device.c
@@ -16,7 +16,7 @@ Do not assume what is not Linux or FreeBSD is OSX.
  #include <sys/stat.h>
  #include <sys/mman.h>
  #include <fcntl.h>
-+#ifdef __Linux__
++#ifdef __linux__
  #include <linux/videodev2.h>
 -#else /* __OSX__ */
 -#import "osx_video.h"


Home | Main Index | Thread Index | Old Index