Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Jan 2019 14:53:15 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r489802 - head/devel/avro-c
Message-ID:  <201901091453.x09ErFR9088269@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Jan  9 14:53:15 2019
New Revision: 489802
URL: https://svnweb.freebsd.org/changeset/ports/489802

Log:
  Fix build on powerpc
  
  PR:		234786
  Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>

Modified:
  head/devel/avro-c/Makefile

Modified: head/devel/avro-c/Makefile
==============================================================================
--- head/devel/avro-c/Makefile	Wed Jan  9 14:53:09 2019	(r489801)
+++ head/devel/avro-c/Makefile	Wed Jan  9 14:53:15 2019	(r489802)
@@ -19,7 +19,8 @@ BROKEN_sparc64=	fails to build
 LIB_DEPENDS=	libjansson.so:devel/jansson \
 		libsnappy.so:archivers/snappy
 
-USES=		cmake pkgconfig
+USES=		cmake compiler:c++11-lang pkgconfig
+
 USE_LDCONFIG=	yes
 WRKSRC_SUBDIR=	lang/c
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901091453.x09ErFR9088269>