Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Jun 2020 09:31:30 +0000 (UTC)
From:      Hiroki Tagato <tagattie@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r538080 - head/comms/scrcpy/files
Message-ID:  <202006060931.0569VUrh054336@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tagattie
Date: Sat Jun  6 09:31:30 2020
New Revision: 538080
URL: https://svnweb.freebsd.org/changeset/ports/538080

Log:
  Fix build on GCC architectures
  
  PR:		246975
  Submitted by:	pkubaj
  Approved by:	mentors (implicit)

Added:
  head/comms/scrcpy/files/
  head/comms/scrcpy/files/patch-app_src_sys_unix_command.c   (contents, props changed)

Added: head/comms/scrcpy/files/patch-app_src_sys_unix_command.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/comms/scrcpy/files/patch-app_src_sys_unix_command.c	Sat Jun  6 09:31:30 2020	(r538080)
@@ -0,0 +1,8 @@
+--- app/src/sys/unix/command.c.orig	2020-06-04 10:23:28 UTC
++++ app/src/sys/unix/command.c
+@@ -1,5 +1,4 @@
+ // for portability
+-#define _POSIX_SOURCE // for kill()
+ #define _BSD_SOURCE // for readlink()
+ 
+ // modern glibc will complain without this



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006060931.0569VUrh054336>