Date: Fri, 5 Jul 2019 00:27:06 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r505871 - head/net/waypipe Message-ID: <201907050027.x650R6cs080281@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907050027.x650R6cs080281>