svn commit: r538080 - head/comms/scrcpy/files

Hiroki Tagato tagattie at FreeBSD.org
Sat Jun 6 09:31:30 UTC 2020


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


More information about the svn-ports-all mailing list