svn commit: r526428 - head/devel/libudev-devd

Niclas Zeising zeising at FreeBSD.org
Mon Feb 17 20:36:48 UTC 2020


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 \


More information about the svn-ports-all mailing list