diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-02-24 21:55:52 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-02-24 21:55:52 +0000 |
commit | eae8bbbfc9e601c480576c77c93758c5e048641a (patch) | |
tree | 13b84ab0345b02f8f8c1eb8346e609af765e3bfa /math | |
parent | 89dab71a6aeb545906068c2319a526bde654c5a0 (diff) | |
download | freebsd-ports-eae8bbbfc9e601c480576c77c93758c5e048641a.zip |
Mark a few leaf ports broken on aarch64.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'math')
-rw-r--r-- | math/sc-im/Makefile | 2 |
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}" |