Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Mar 2019 07:23:28 +0000 (UTC)
From:      Rodrigo Osorio <rodrigo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r494914 - head/net/libjson-rpc-cpp
Message-ID:  <201903070723.x277NSI0027715@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rodrigo
Date: Thu Mar  7 07:23:28 2019
New Revision: 494914
URL: https://svnweb.freebsd.org/changeset/ports/494914

Log:
  Unbreak build on GCC architectures
  
  This port requires C++11-compatible compiler.
  Add USES=compiler:c++11-lang to fix build on GCC architectures.
  Bump PORTREVISION.
  
  PR:		236077
  Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>

Modified:
  head/net/libjson-rpc-cpp/Makefile

Modified: head/net/libjson-rpc-cpp/Makefile
==============================================================================
--- head/net/libjson-rpc-cpp/Makefile	Thu Mar  7 07:21:45 2019	(r494913)
+++ head/net/libjson-rpc-cpp/Makefile	Thu Mar  7 07:23:28 2019	(r494914)
@@ -3,6 +3,7 @@
 PORTNAME=		libjson-rpc-cpp
 DISTVERSIONPREFIX=	v
 DISTVERSION=		1.1.0
+PORTREVISION=		1
 CATEGORIES=		net www devel
 
 MAINTAINER=	greg@unrelenting.technology
@@ -16,7 +17,7 @@ LIB_DEPENDS=	libcurl.so:ftp/curl \
 		libjsoncpp.so:devel/jsoncpp \
 		libargtable2.so:devel/argtable
 
-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?201903070723.x277NSI0027715>