svn commit: r487862 - head/devel/libsigrok

Mark Linimon linimon at FreeBSD.org
Thu Dec 20 08:43:25 UTC 2018


Author: linimon
Date: Thu Dec 20 08:43:24 2018
New Revision: 487862
URL: https://svnweb.freebsd.org/changeset/ports/487862

Log:
  Building this port on GCC-based architectures requires USES=compiler:c11.
  
  PR:		234072
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/libsigrok/Makefile

Modified: head/devel/libsigrok/Makefile
==============================================================================
--- head/devel/libsigrok/Makefile	Thu Dec 20 08:40:48 2018	(r487861)
+++ head/devel/libsigrok/Makefile	Thu Dec 20 08:43:24 2018	(r487862)
@@ -18,7 +18,7 @@ LIB_DEPENDS=	libftdi1.so:devel/libftdi1 \
 		libvisa.so:devel/librevisa \
 		libzip.so:archivers/libzip
 
-USES=		gnome pathfix libtool pkgconfig
+USES=		compiler:c11 gnome pathfix libtool pkgconfig
 
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip


More information about the svn-ports-all mailing list