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