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 /converters | |
parent | a379971cffb802fce69885970f1184f7228beb86 (diff) |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Reported by: swills
Notes
Notes:
svn path=/head/; revision=441429
Diffstat (limited to 'converters')
-rw-r--r-- | converters/osm2pgsql/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/converters/osm2pgsql/Makefile b/converters/osm2pgsql/Makefile index e020a461d279..67927f2ce9fc 100644 --- a/converters/osm2pgsql/Makefile +++ b/converters/osm2pgsql/Makefile @@ -17,6 +17,8 @@ LIB_DEPENDS= libproj.so:graphics/proj \ libboost_system.so:devel/boost-libs \ libexpat.so:textproc/expat2 +BROKEN_powerpc64= fails to compile: node-ram-cache.hpp: cstdint: No such file or directory + USE_GITHUB= yes GH_ACCOUNT= openstreetmap |