diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-12-17 23:45:29 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-12-17 23:45:29 +0800 |
commit | 5322717c4a886dd71d00b843c033754562a51020 (patch) | |
tree | f43206804b6f453aec94c0fa1869a7306399e65b /astro | |
parent | d1298d58cc4aaac1fac5de7294ef074fd8109265 (diff) | |
download | freebsd-ports-gnome-5322717c4a886dd71d00b843c033754562a51020.tar.gz freebsd-ports-gnome-5322717c4a886dd71d00b843c033754562a51020.tar.zst freebsd-ports-gnome-5322717c4a886dd71d00b843c033754562a51020.zip |
- Mark BROKEN on 9.x
- Fix typo
Diffstat (limited to 'astro')
-rw-r--r-- | astro/libosmium/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/astro/libosmium/Makefile b/astro/libosmium/Makefile index ee8fa58fe49d..58b1e835a24a 100644 --- a/astro/libosmium/Makefile +++ b/astro/libosmium/Makefile @@ -18,13 +18,15 @@ LIB_DEPENDS= libgdal.so:graphics/gdal \ libexpat.so:textproc/expat2 BUILD_DEPENDS= sparsehash>=0:devel/sparsehash +BROKEN_FreeBSD_9= does not build (lack of c++11 support) + USE_GITHUB= yes GH_ACCOUNT= osmcode USES= cmake compiler:c++11-lib CMAKE_ARGS= -DBUILD_EXAMPLES:BOOL=OFF -# though it build tests, the library itself it header-only +# though it builds tests, the library itself it header-only NO_ARCH= yes PORTDOCS= * |