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 /databases/mysql-connector-c++/Makefile | |
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 'databases/mysql-connector-c++/Makefile')
-rw-r--r-- | databases/mysql-connector-c++/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/mysql-connector-c++/Makefile b/databases/mysql-connector-c++/Makefile index 144ab909ed0d..ef4abf3dcb17 100644 --- a/databases/mysql-connector-c++/Makefile +++ b/databases/mysql-connector-c++/Makefile @@ -14,6 +14,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libboost_regex.so:devel/boost-libs +BROKEN_powerpc64= fails to configure: the compiler doesn't support C++11 + USES= cmake:outsource mysql ssl USE_LDCONFIG= yes CMAKE_ARGS= -DDOC_DESTINATION="${DOCSDIR}" |