diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-05-21 21:55:08 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-05-21 21:55:08 +0000 |
commit | fa7459871993c1b82be45b128cb6cc16d6d6097b (patch) | |
tree | f3de3615c4398425cec6e6c4d1a630f701a34d2d /astro/libosmium | |
parent | a379971cffb802fce69885970f1184f7228beb86 (diff) |
Notes
Diffstat (limited to 'astro/libosmium')
-rw-r--r-- | astro/libosmium/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/astro/libosmium/Makefile b/astro/libosmium/Makefile index 70202367b3e4..19cd6f408a47 100644 --- a/astro/libosmium/Makefile +++ b/astro/libosmium/Makefile @@ -21,6 +21,8 @@ BUILD_DEPENDS= sparsehash>=0:devel/sparsehash \ ${LOCALBASE}/include/utf8.h:devel/utf8cpp RUN_DEPENDS= ${LOCALBASE}/include/utf8.h:devel/utf8cpp +BROKEN_powerpc64= fails to compile: types_from_string.hpp: error: 'strtoll' is not a member of 'std' + USE_GITHUB= yes GH_ACCOUNT= osmcode |