svn commit: r482064 - head/devel/avro-cpp

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Oct 14 16:29:27 UTC 2018


Author: sunpoet
Date: Sun Oct 14 16:29:26 2018
New Revision: 482064
URL: https://svnweb.freebsd.org/changeset/ports/482064

Log:
  Fix build on powerpc64
  
  PR:		232089
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl>

Modified:
  head/devel/avro-cpp/Makefile

Modified: head/devel/avro-cpp/Makefile
==============================================================================
--- head/devel/avro-cpp/Makefile	Sun Oct 14 16:29:18 2018	(r482063)
+++ head/devel/avro-cpp/Makefile	Sun Oct 14 16:29:26 2018	(r482064)
@@ -17,6 +17,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 LIB_DEPENDS=	libboost_regex.so:devel/boost-libs
 
 USES=		cmake compiler:c++11-lang
+
+USE_CXXSTD=	c++11
 USE_LDCONFIG=	yes
 WRKSRC_SUBDIR=	lang/c++
 


More information about the svn-ports-all mailing list