aboutsummaryrefslogtreecommitdiff
path: root/math/sc-im
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-02-24 21:55:52 +0000
committerMark Linimon <linimon@FreeBSD.org>2017-02-24 21:55:52 +0000
commiteae8bbbfc9e601c480576c77c93758c5e048641a (patch)
tree13b84ab0345b02f8f8c1eb8346e609af765e3bfa /math/sc-im
parent89dab71a6aeb545906068c2319a526bde654c5a0 (diff)
downloadports-eae8bbbfc9e601c480576c77c93758c5e048641a.tar.gz
ports-eae8bbbfc9e601c480576c77c93758c5e048641a.zip
Mark a few leaf ports broken on aarch64.
While here, pet portlint. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=434754
Diffstat (limited to 'math/sc-im')
-rw-r--r--math/sc-im/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/math/sc-im/Makefile b/math/sc-im/Makefile
index a6c298d1431f..7c9b84acaaf8 100644
--- a/math/sc-im/Makefile
+++ b/math/sc-im/Makefile
@@ -19,6 +19,8 @@ USE_GNOME= libxml2
LIB_DEPENDS= libxlsreader.so:math/libxls \
libzip.so:archivers/libzip
+BROKEN_aarch64= fails to compile: conflicting types for __wcwidth
+
WRKSRC_SUBDIR= src
CFLAGS+= -I${LOCALBASE}/include/libxml2
MAKE_ENV+= LDLIBS="${LIBS}"