Date: Sun, 21 Oct 2018 16:52:14 +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: r482707 - head/devel/gflags Message-ID: <201810211652.w9LGqEuV045879@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810211652.w9LGqEuV045879>