Date: Thu, 11 Oct 2018 20:48:51 +0000 (UTC) From: Olivier Cochard <olivier@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481853 - head/net/libyang Message-ID: <201810112048.w9BKmpVh018087@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: olivier Date: Thu Oct 11 20:48:51 2018 New Revision: 481853 URL: https://svnweb.freebsd.org/changeset/ports/481853 Log: Fix build with GCC-based architectures. PR: 231975 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Modified: head/net/libyang/Makefile Modified: head/net/libyang/Makefile ============================================================================== --- head/net/libyang/Makefile Thu Oct 11 20:47:44 2018 (r481852) +++ head/net/libyang/Makefile Thu Oct 11 20:48:51 2018 (r481853) @@ -4,7 +4,7 @@ PORTNAME= libyang PORTVERSION= 0.16 DISTVERSIONPREFIX= v DISTVERSIONSUFFIX= -r1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MAINTAINER= olivier@FreeBSD.org @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libpcre.so:devel/pcre -USES= cmake pkgconfig +USES= cmake compiler:c++11-lang pkgconfig USE_LDCONFIG= yes USE_GITHUB= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810112048.w9BKmpVh018087>