diff options
author | linimon <linimon@FreeBSD.org> | 2017-03-13 20:13:41 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-03-13 20:13:41 +0800 |
commit | faeb02ad7f8954ae954eff6ec4bbe091dda70385 (patch) | |
tree | 1db585b7b6a6955c1f587904e05f5b33519779de /math/sc-im | |
parent | 1e1375d9d0dd65186ac6b93bf70cd8d004050e9b (diff) | |
download | freebsd-ports-gnome-faeb02ad7f8954ae954eff6ec4bbe091dda70385.tar.gz freebsd-ports-gnome-faeb02ad7f8954ae954eff6ec4bbe091dda70385.tar.zst freebsd-ports-gnome-faeb02ad7f8954ae954eff6ec4bbe091dda70385.zip |
0.5.0 is reported to have fixed the compile problems on aarch64.
While here, pet portlint.
Reported by: Sijmen Mulder <iku@yokattana.com>
Approved by: bapt (implicit)
Diffstat (limited to 'math/sc-im')
-rw-r--r-- | math/sc-im/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/math/sc-im/Makefile b/math/sc-im/Makefile index 7c9b84acaaf8..95d40b2cee0d 100644 --- a/math/sc-im/Makefile +++ b/math/sc-im/Makefile @@ -10,16 +10,13 @@ COMMENT= Ncurses spreadsheet program for terminal LICENSE= BSD4CLAUSE -USES= gmake localbase +LIB_DEPENDS= libxlsreader.so:math/libxls \ + libzip.so:archivers/libzip +USES= gmake localbase USE_GITHUB= yes GH_ACCOUNT= andmarti1424 - 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 |