Date: Mon, 17 Feb 2020 20:36:47 +0000 (UTC) From: Niclas Zeising <zeising@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r526428 - head/devel/libudev-devd Message-ID: <202002172036.01HKalbm084199@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zeising Date: Mon Feb 17 20:36:47 2020 New Revision: 526428 URL: https://svnweb.freebsd.org/changeset/ports/526428 Log: devel/libudev-devd: Fix build with GCC from base Add USES=compiler:c11 to fix build with GCC from base (by using a more modern compiler from ports instead) Noted by: jbeich Modified: head/devel/libudev-devd/Makefile Modified: head/devel/libudev-devd/Makefile ============================================================================== --- head/devel/libudev-devd/Makefile Mon Feb 17 20:33:40 2020 (r526427) +++ head/devel/libudev-devd/Makefile Mon Feb 17 20:36:47 2020 (r526428) @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:deve USE_GITHUB= yes GH_ACCOUNT= FreeBSDDesktop -USES= localbase meson pkgconfig +USES= compiler:c11 localbase meson pkgconfig USE_LDCONFIG= yes PLIST_FILES= include/libudev.h \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002172036.01HKalbm084199>