Date: Thu, 20 Dec 2018 08:43:24 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487862 - head/devel/libsigrok Message-ID: <201812200843.wBK8hOEQ070999@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812200843.wBK8hOEQ070999>