svn commit: r505873 - branches/2019Q3/net/waypipe

Jan Beich jbeich at FreeBSD.org
Fri Jul 5 00:28:52 UTC 2019


Author: jbeich
Date: Fri Jul  5 00:28:50 2019
New Revision: 505873
URL: https://svnweb.freebsd.org/changeset/ports/505873

Log:
  MFH: r505871
  
  net/waypipe: unbreak on GCC architectures
  
  cc1: error: unrecognized command line option "-std=c11"
  
  Approved by:	ports-secteam blanket

Modified:
  branches/2019Q3/net/waypipe/Makefile
Directory Properties:
  branches/2019Q3/   (props changed)

Modified: branches/2019Q3/net/waypipe/Makefile
==============================================================================
--- branches/2019Q3/net/waypipe/Makefile	Fri Jul  5 00:28:25 2019	(r505872)
+++ branches/2019Q3/net/waypipe/Makefile	Fri Jul  5 00:28:50 2019	(r505873)
@@ -15,7 +15,7 @@ BUILD_DEPENDS=	wayland-protocols>=1.12:graphics/waylan
 		wayland>=1.15:graphics/wayland
 LIB_DEPENDS=	libffi.so:devel/libffi
 
-USES=		meson pkgconfig
+USES=		compiler:c11 meson pkgconfig
 USE_GITLAB=	yes
 GL_SITE=	https://gitlab.freedesktop.org
 GL_ACCOUNT=	mstoeckl


More information about the svn-ports-all mailing list