diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-07-02 04:00:29 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-07-02 04:00:29 +0000 |
commit | aff42c7199b9182b398eeda522cb9bcb182895f8 (patch) | |
tree | 1132ef2f7655593f25dfefe7bd682bbbb7a0d555 /misc/libpostal | |
parent | 83fac84d499abb25f1d93b9cce214a6daeca6e7d (diff) | |
download | ports-aff42c7199b9182b398eeda522cb9bcb182895f8.tar.gz ports-aff42c7199b9182b398eeda522cb9bcb182895f8.zip |
Notes
Diffstat (limited to 'misc/libpostal')
-rw-r--r-- | misc/libpostal/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/libpostal/Makefile b/misc/libpostal/Makefile index 42308ebf5356..725e944a2040 100644 --- a/misc/libpostal/Makefile +++ b/misc/libpostal/Makefile @@ -11,6 +11,8 @@ COMMENT= Library for parsing/normalizing street addresses around the world LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_mips= fails to compile: tagger.h:5: redefinition of typedef 'tagger_feature_function' +BROKEN_mips64= fails to compile: tagger.h:5: redefinition of typedef 'tagger_feature_function' BROKEN_powerpc64= fails to compile: unrecognized command line option "-Wno-c++11-narrowing" RUN_DEPENDS= curl:ftp/curl |