svn commit: r482707 - head/devel/gflags

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Oct 21 16:52:17 UTC 2018


Author: sunpoet
Date: Sun Oct 21 16:52:14 2018
New Revision: 482707
URL: https://svnweb.freebsd.org/changeset/ports/482707

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

Modified:
  head/devel/gflags/Makefile

Modified: head/devel/gflags/Makefile
==============================================================================
--- head/devel/gflags/Makefile	Sun Oct 21 16:52:06 2018	(r482706)
+++ head/devel/gflags/Makefile	Sun Oct 21 16:52:14 2018	(r482707)
@@ -12,13 +12,15 @@ COMMENT=	Commandline flags module for C++
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING.txt
 
+USES=		cmake compiler:c++11-lang pathfix shebangfix
+
 CMAKE_ARGS=	-DGFLAGS_NAMESPACE:STRING=gflags
 CMAKE_OFF=	REGISTER_INSTALL_PREFIX
 CMAKE_ON=	BUILD_SHARED_LIBS BUILD_STATIC_LIBS BUILD_TESTING \
 		INSTALL_HEADERS INSTALL_SHARED_LIBS INSTALL_STATIC_LIBS
 TEST_TARGET=	test
+USE_CXXSTD=	c++11
 USE_LDCONFIG=	yes
-USES=		cmake pathfix shebangfix
 
 USE_GITHUB=	yes
 


More information about the svn-ports-head mailing list