Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Oct 2018 16:52:06 +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: r482706 - head/devel/glog
Message-ID:  <201810211652.w9LGq6xx045754@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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