mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
Now builds on powerpc64.
While here, pet portlint. Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
fec5e628f6
commit
c4a1423577
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=483814
@ -13,8 +13,6 @@ COMMENT= Fast and flexible C++ library for working with OpenStreetMap data
|
||||
LICENSE= BSL
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BROKEN_powerpc64= fails to compile: types_from_string.hpp: error: 'strtoll' is not a member of 'std'
|
||||
|
||||
LIB_DEPENDS= libgdal.so:graphics/gdal \
|
||||
libboost_regex.so:devel/boost-libs \
|
||||
libgeos.so:graphics/geos \
|
||||
@ -23,10 +21,10 @@ BUILD_DEPENDS= sparsehash>=0:devel/sparsehash \
|
||||
${LOCALBASE}/include/protozero/version.hpp:devel/protozero
|
||||
RUN_DEPENDS= ${LOCALBASE}/include/protozero/version.hpp:devel/protozero
|
||||
|
||||
USES= cmake compiler:c++11-lib
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= osmcode
|
||||
|
||||
USES= cmake compiler:c++11-lib
|
||||
CMAKE_ARGS= -DBUILD_EXAMPLES:BOOL=OFF
|
||||
|
||||
# if/when corresponding port appears in the tree, this will need to
|
||||
|
Loading…
Reference in New Issue
Block a user