aboutsummaryrefslogtreecommitdiff
path: root/chinese
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2021-02-02 19:28:27 +0000
committerMark Linimon <linimon@FreeBSD.org>2021-02-02 19:28:27 +0000
commit79f96a88fd841cfa0226badafa11f035e6a29311 (patch)
treefcc23a64f7775bd2d0498da40b9d32133020a2a5 /chinese
parent10fa91abbc4fc4c156c2dcf39987d1ccf33ff150 (diff)
downloadports-79f96a88fd841cfa0226badafa11f035e6a29311.tar.gz
ports-79f96a88fd841cfa0226badafa11f035e6a29311.zip
Mark as NOT_FOR riscv64:
./config.h:119:3: error: can not detect the endianness! While here, pet portlint (Makevar order). Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com build testing
Notes
Notes: svn path=/head/; revision=563839
Diffstat (limited to 'chinese')
-rw-r--r--chinese/sunpinyin/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/chinese/sunpinyin/Makefile b/chinese/sunpinyin/Makefile
index 9bedb7c52bee..62536dfd1570 100644
--- a/chinese/sunpinyin/Makefile
+++ b/chinese/sunpinyin/Makefile
@@ -14,14 +14,18 @@ COMMENT= Statistical language model based input method engine
LICENSE= LGPL21 CDDL
LICENSE_COMB= dual
+NOT_FOR_ARCHS= riscv64
+NOT_FOR_ARCHS_REASON= ./config.h:119:3: can not detect the endianness!
+
LIB_DEPENDS= libsqlite3.so:databases/sqlite3
+USES= gmake iconv perl5 pkgconfig python:2.7 scons:python2 shebangfix
+
USE_GITHUB= yes
GH_TAGNAME= a8bd811
MAKE_ARGS+= --prefix=${PREFIX}
USE_LDCONFIG= yes
-USES= gmake iconv perl5 pkgconfig python:2.7 scons:python2 shebangfix
USE_PERL5= build
SHEBANG_FILES= python/*.py
LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB}