aboutsummaryrefslogtreecommitdiff
path: root/devel/libphonenumber/Makefile
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2020-01-22 15:14:57 +0000
committerMark Linimon <linimon@FreeBSD.org>2020-01-22 15:14:57 +0000
commitdb83a90cbe408bb9439b90550925191495aa0268 (patch)
tree41adc3605c77bd54c1db7b6426aff204dcaeb9d9 /devel/libphonenumber/Makefile
parentb7c05c43814385d12c007a2bf35a1f7fc0f89ee4 (diff)
downloadports-db83a90cbe408bb9439b90550925191495aa0268.tar.gz
ports-db83a90cbe408bb9439b90550925191495aa0268.zip
Add compiler:c++11-lang to USES to fix build on GCC-based systems:
# /wrkdirs/usr/ports/devel/libphonenumber/work/libphonenumber-8.11.2/tools/cpp/src/cpp-build/generate_geocoding_data.cc: In function 'std::string i18n::phonenumbers::MakeStringLiteral(const std::string&)': # /wrkdirs/usr/ports/devel/libphonenumber/work/libphonenumber-8.11.2/tools/cpp/src/cpp-build/generate_geocoding_data.cc:235: warning: comparison is always false due to limited range of data type Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=523814
Diffstat (limited to 'devel/libphonenumber/Makefile')
-rw-r--r--devel/libphonenumber/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libphonenumber/Makefile b/devel/libphonenumber/Makefile
index 724677aa7da7..f794707dfbc0 100644
--- a/devel/libphonenumber/Makefile
+++ b/devel/libphonenumber/Makefile
@@ -16,7 +16,7 @@ LIB_DEPENDS= libboost_atomic.so:devel/boost-libs \
libicui18n.so:devel/icu \
libprotobuf.so:devel/protobuf
-USES= cmake:noninja
+USES= cmake:noninja compiler:c++11-lang
USE_GITHUB= yes
GH_ACCOUNT= googlei18n