svn commit: r505871 - head/net/waypipe

Jan Beich jbeich at FreeBSD.org
Fri Jul 5 00:27:10 UTC 2019


Author: jbeich
Date: Fri Jul  5 00:27:06 2019
New Revision: 505871
URL: https://svnweb.freebsd.org/changeset/ports/505871

Log:
  net/waypipe: unbreak on GCC architectures
  
  cc1: error: unrecognized command line option "-std=c11"

Modified:
  head/net/waypipe/Makefile   (contents, props changed)

Modified: head/net/waypipe/Makefile
==============================================================================
--- head/net/waypipe/Makefile	Fri Jul  5 00:26:53 2019	(r505870)
+++ head/net/waypipe/Makefile	Fri Jul  5 00:27:06 2019	(r505871)
@@ -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