svn commit: r500561 - head/x11-toolkits/libhandy

Piotr Kubaj pkubaj at FreeBSD.org
Tue Apr 30 19:33:21 UTC 2019


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


More information about the svn-ports-head mailing list