aboutsummaryrefslogtreecommitdiff
path: root/databases/soci
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-12-09 00:42:05 +0000
committerMark Linimon <linimon@FreeBSD.org>2017-12-09 00:42:05 +0000
commite8210b4758f3afbc598afa1378b85f04ee1d062c (patch)
treef9138a3823b570522b524c8e385a453e712c9114 /databases/soci
parente4ce169cc8bc7d8c7e35979de1a35c0b0be50e00 (diff)
downloadports-e8210b4758f3afbc598afa1378b85f04ee1d062c.tar.gz
ports-e8210b4758f3afbc598afa1378b85f04ee1d062c.zip
Mark more ports broken that fail on both armv6 and armv7.
Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=455813
Diffstat (limited to 'databases/soci')
-rw-r--r--databases/soci/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/soci/Makefile b/databases/soci/Makefile
index 36ed4a6ab658..d3cf8d4a39b8 100644
--- a/databases/soci/Makefile
+++ b/databases/soci/Makefile
@@ -13,6 +13,9 @@ COMMENT= The C++ Database Access Library
LICENSE= BSL
LICENSE_FILE= ${WRKSRC}/LICENSE_1_0.txt
+BROKEN_armv6= fails to compile: backends/mysql/session.cpp:202:22: error: ordered comparison between pointer and zero ('int *' and 'int')
+BROKEN_armv7= fails to compile: backends/mysql/session.cpp:202:22: error: ordered comparison between pointer and zero ('int *' and 'int')
+
USES= cmake zip
CMAKE_ARGS+= -DWITH_ORACLE:BOOL=OFF
USE_LDCONFIG= yes