pkgsrc-WIP-changes archive

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

uTox-git: Update a patch



Module Name:	pkgsrc-wip
Committed By:	Mateusz Poszwa <old4%o2.pl@localhost>
Pushed By:	f8l
Date:		Mon Jan 16 22:10:43 2017 +0100
Changeset:	45dbf6dc29549438bf5513e3556ebaed120db8da

Modified Files:
	uTox-git/distinfo
	uTox-git/patches/patch-src_xlib_main.c

Log Message:
uTox-git: Update a patch

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

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

diffstat:
 uTox-git/distinfo                      | 2 +-
 uTox-git/patches/patch-src_xlib_main.c | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/uTox-git/distinfo b/uTox-git/distinfo
index ff913c9..e31e546 100644
--- a/uTox-git/distinfo
+++ b/uTox-git/distinfo
@@ -2,6 +2,6 @@ $NetBSD$
 
 SHA1 (patch-src_main.h) = 1def46cb26e474b20a5e34ae5a471a7c9fbb004c
 SHA1 (patch-src_xlib_CMakeLists.txt) = c9cfe396d16a8b236e36fe50dd3b5b200fac93ad
-SHA1 (patch-src_xlib_main.c) = 842a929eb691fc2dcf8d6817a6837fdad7222985
+SHA1 (patch-src_xlib_main.c) = b50f9a43b49724d29382d9497048f49e2b101282
 SHA1 (patch-src_xlib_v4l.c) = 159ac6e676c0361262daeb3f5324e4916b09b16a
 SHA1 (patch-src_xlib_video.c) = e8a036070322af80736fb7789de3a2dbdeb86d45
diff --git a/uTox-git/patches/patch-src_xlib_main.c b/uTox-git/patches/patch-src_xlib_main.c
index 11fdf56..8c48ca6 100644
--- a/uTox-git/patches/patch-src_xlib_main.c
+++ b/uTox-git/patches/patch-src_xlib_main.c
@@ -2,19 +2,19 @@ $NetBSD$
 
 Avoid using Linux-specific headers when not compiling for Linux.
 
---- src/xlib/main.c.orig	2017-01-09 21:54:26.000000000 +0000
+--- src/xlib/main.c.orig	2017-01-16 21:01:20.000000000 +0000
 +++ src/xlib/main.c
-@@ -36,7 +36,9 @@ void postmessage_utox(UTOX_MSG msg, uint
+@@ -38,7 +38,9 @@ void postmessage_utox(UTOX_MSG msg, uint
      XFlush(display);
  }
  
 +#ifdef __LINUX__
  #include <linux/input.h>
 +#endif
- FILE *   ptt_keyboard_handle;
+ FILE    *ptt_keyboard_handle;
  Display *ptt_display;
  void     init_ptt(void) {
-@@ -61,6 +63,7 @@ bool check_ptt_key(void) {
+@@ -63,6 +65,7 @@ bool check_ptt_key(void) {
      int ptt_key;
  
      /* First, we try for direct access to the keyboard. */


Home | Main Index | Thread Index | Old Index