Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Oct 2019 13:20:40 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r515193 - head/deskutils/spice-gtk
Message-ID:  <201910221320.x9MDKeJM053212@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Tue Oct 22 13:20:40 2019
New Revision: 515193
URL: https://svnweb.freebsd.org/changeset/ports/515193

Log:
  deskutils/spice-gtk: fix build on GCC architectures
  
  Use C11 compiler:
  ../common/demarshallers.h:25: error: previous declaration of 'message_destructor_t' was here
  generated_server_demarshallers.c:164: error: redefinition of typedef 'spice_parse_channel_func_t'
  ../common/demarshallers.h:29: error: previous declaration of 'spice_parse_channel_func_t' was here
  
  Approved by:	mentors (implicit approval)

Modified:
  head/deskutils/spice-gtk/Makefile

Modified: head/deskutils/spice-gtk/Makefile
==============================================================================
--- head/deskutils/spice-gtk/Makefile	Tue Oct 22 13:19:06 2019	(r515192)
+++ head/deskutils/spice-gtk/Makefile	Tue Oct 22 13:20:40 2019	(r515193)
@@ -19,8 +19,8 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyparsing>=2.0.1
 		spice-protocol>=0.12.15:devel/spice-protocol
 RUN_DEPENDS=	spice-protocol>=0.12.15:devel/spice-protocol
 
-USES=		autoreconf cpe gettext-tools gmake gnome jpeg libtool \
-		localbase:ldflags pkgconfig python ssl tar:bzip2
+USES=		autoreconf compiler:c11 cpe gettext-tools gmake gnome jpeg \
+		libtool localbase:ldflags pkgconfig python ssl tar:bzip2
 USE_XORG=	pixman x11
 USE_GNOME=	cairo gdkpixbuf2 gnomeprefix gtk30 intltool introspection:build
 USE_GSTREAMER1=	yes



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