svn commit: r482706 - head/devel/glog

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


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

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

Modified:
  head/devel/glog/Makefile

Modified: head/devel/glog/Makefile
==============================================================================
--- head/devel/glog/Makefile	Sun Oct 21 16:51:57 2018	(r482705)
+++ head/devel/glog/Makefile	Sun Oct 21 16:52:06 2018	(r482706)
@@ -16,12 +16,14 @@ LIB_DEPENDS=	libgflags.so:devel/gflags
 
 OPTIONS_DEFINE=	DOCS
 
+USES=		compiler:c++11-lang libtool localbase pathfix
+
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 LDFLAGS+=	-lexecinfo
 TEST_TARGET=	check
+USE_CXXSTD=	c++11
 USE_LDCONFIG=	yes
-USES=		libtool localbase pathfix
 
 GH_ACCOUNT=	google
 USE_GITHUB=	yes


More information about the svn-ports-all mailing list