svn commit: r481853 - head/net/libyang
Olivier Cochard
olivier at FreeBSD.org
Thu Oct 11 20:48:52 UTC 2018
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 at 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 at 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
More information about the svn-ports-head
mailing list