Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Apr 2019 19:33:20 +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: r500561 - head/x11-toolkits/libhandy
Message-ID:  <201904301933.x3UJXKb2048036@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Tue Apr 30 19:33:20 2019
New Revision: 500561
URL: https://svnweb.freebsd.org/changeset/ports/500561

Log:
  x11-toolkits/libhandy: fix build with GCC-based architectures
  
  Add USES=compiler:c11 to fix:
  cc1: error: unrecognized command line option "-std=gnu11"
  
  PR:		237220
  Approved by:	mentors (implicit approval)

Modified:
  head/x11-toolkits/libhandy/Makefile

Modified: head/x11-toolkits/libhandy/Makefile
==============================================================================
--- head/x11-toolkits/libhandy/Makefile	Tue Apr 30 19:27:27 2019	(r500560)
+++ head/x11-toolkits/libhandy/Makefile	Tue Apr 30 19:33:20 2019	(r500561)
@@ -13,7 +13,7 @@ LICENSE=	LGPL21
 BUILD_DEPENDS=	valac:lang/vala
 LIB_DEPENDS=	libgladeui-2.so:devel/glade
 
-USES=		gettext gnome meson pkgconfig
+USES=		compiler:c11 gettext gnome meson pkgconfig
 USE_GNOME=	cairo gtk30 introspection:build
 
 USE_LDCONFIG=	yes



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