aboutsummaryrefslogtreecommitdiff
path: root/textproc/libucl
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-07-01 09:17:45 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-07-01 09:17:45 +0000
commitc7df1277c6283a340bd9eefc52a20ae4a157aa22 (patch)
tree03d0951296a7fc3c7578f9a9a0fe576a50e1e2bb /textproc/libucl
parent67106e11a36ae3527db6b0271be16c47ca68b6d4 (diff)
downloadports-c7df1277c6283a340bd9eefc52a20ae4a157aa22.tar.gz
ports-c7df1277c6283a340bd9eefc52a20ae4a157aa22.zip
Mark these ports broken on mips64 and/or mips.
While here, pet portlint. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=473660
Diffstat (limited to 'textproc/libucl')
-rw-r--r--textproc/libucl/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/libucl/Makefile b/textproc/libucl/Makefile
index 7e2d3cb50ba4..aec86f09202b 100644
--- a/textproc/libucl/Makefile
+++ b/textproc/libucl/Makefile
@@ -11,6 +11,9 @@ COMMENT= Universal configuration library parser
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
+BROKEN_mips= fails to link: undefined reference to '__sync_add_and_fetch_4'
+BROKEN_mips64= fails to link: undefined reference to '__sync_add_and_fetch_4'
+
OPTIONS_DEFINE= LUA REGEX SIGNATURES URLS UTILS
OPTIONS_DEFAULT= REGEX UTILS
OPTIONS_SUB= yes