freebsd-ports/devel/libspice-server/files/patch-server-tests-test-display-base.c
Roman Bogorodskiy 04759e9953 The Simple Protocol for Independent Computing Environments (SPICE) is
a remote display system built for virtual environments which allows
you to view a computing 'desktop' environment not only on the machine
where it is running, but from anywhere on the Internet and from a wide
variety of machine architectures.

This package contains the run-time libraries for any application that
wishes to be a SPICE server

WWW: http://spice-space.org/

PR:		225088
Submitted by:	olevole@olevole.ru
2018-01-12 16:43:42 +00:00

10 lines
272 B
C

--- server/tests/test-display-base.c.orig 2017-09-21 15:45:56 UTC
+++ server/tests/test-display-base.c
@@ -22,7 +22,6 @@
#include <stdio.h>
#include <unistd.h>
#include <signal.h>
-#include <wait.h>
#include <sys/select.h>
#include <sys/types.h>
#include <getopt.h>