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 /devel/liblas | |
parent | a379971cffb802fce69885970f1184f7228beb86 (diff) |
Notes
Diffstat (limited to 'devel/liblas')
-rw-r--r-- | devel/liblas/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/liblas/Makefile b/devel/liblas/Makefile index d155720ab26c..218af0cd11d6 100644 --- a/devel/liblas/Makefile +++ b/devel/liblas/Makefile @@ -26,7 +26,8 @@ USE_GITHUB= yes GH_ACCOUNT= libLAS GH_PROJECT= ${GH_ACCOUNT} -BROKEN_aarch64= Fails to compile: file liblas/detail/endian.hpp needs to be set up for your CPU type -BROKEN_armv6= Fails to compile: file liblas/detail/endian.hpp needs to be set up for your CPU type +BROKEN_aarch64= fails to compile: file liblas/detail/endian.hpp needs to be set up for your CPU type +BROKEN_armv6= fails to compile: file liblas/detail/endian.hpp needs to be set up for your CPU type +BROKEN_powerpc64= fails to compile: undefined reference to boost::program_options::to_internal .include <bsd.port.mk> |