Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Aug 2019 21:30:08 +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: r509660 - head/net/remmina-plugin-www
Message-ID:  <201908232130.x7NLU8WC081598@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Fri Aug 23 21:30:08 2019
New Revision: 509660
URL: https://svnweb.freebsd.org/changeset/ports/509660

Log:
  net/remmina-plugin-www: fix build on GCC architectures
  
  This port now requires C11 to build:
  /usr/local/include/webkitgtk-4.0/jsc/JSCClass.h:37: error: redefinition of typedef 'JSCClass'
  /usr/local/include/webkitgtk-4.0/jsc/JSCValue.h:43: error: previous declaration of 'JSCClass' was here
  /usr/local/include/webkitgtk-4.0/jsc/JSCClass.h:40: error: redefinition of typedef 'JSCContext'
  /usr/local/include/webkitgtk-4.0/jsc/JSCValue.h:44: error: previous declaration of 'JSCContext' was here
  
  Approved by:	mentors (implicit approval)

Modified:
  head/net/remmina-plugin-www/Makefile

Modified: head/net/remmina-plugin-www/Makefile
==============================================================================
--- head/net/remmina-plugin-www/Makefile	Fri Aug 23 21:16:52 2019	(r509659)
+++ head/net/remmina-plugin-www/Makefile	Fri Aug 23 21:30:08 2019	(r509660)
@@ -5,7 +5,7 @@ PKGNAMESUFFIX=	-www
 
 COMMENT=	Remmina plugin to open an authenticated web-browser
 
-USES=		gnome
+USES=		compiler:c11 gnome
 USE_GNOME=	cairo
 LIB_DEPENDS=	libwebkit2gtk-4.0.so:www/webkit2-gtk3 \
 				libsoup-2.4.so:devel/libsoup



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