aboutsummaryrefslogtreecommitdiff
path: root/chinese/pyzy
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2019-09-12 17:16:09 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2019-09-12 17:16:09 +0000
commite893b9ee85e53ae65ec5e0385be7e1b7d20162c3 (patch)
tree1e7510e3d4a7c217a406a0c7d821610cc486331c /chinese/pyzy
parent9f70a787cebc36e3493a715c47928d0129441896 (diff)
downloadports-e893b9ee85e53ae65ec5e0385be7e1b7d20162c3.tar.gz
ports-e893b9ee85e53ae65ec5e0385be7e1b7d20162c3.zip
chinese/pyzy: commit forgotten parts of PR 240457
PR: 240457 Approved by: linimon (mentor), henry.hu.sh@gmail.com (maintainer)
Notes
Notes: svn path=/head/; revision=511889
Diffstat (limited to 'chinese/pyzy')
-rw-r--r--chinese/pyzy/Makefile12
1 files changed, 1 insertions, 11 deletions
diff --git a/chinese/pyzy/Makefile b/chinese/pyzy/Makefile
index bc0f33f94aaf..5a8c84c335f5 100644
--- a/chinese/pyzy/Makefile
+++ b/chinese/pyzy/Makefile
@@ -11,10 +11,6 @@ COMMENT= Chinese PinYin and Bopomofo conversion library
LICENSE= LGPL21
-BROKEN_aarch64= fails to compile: constant expression evaluates to -1
-BROKEN_armv6= fails to compile: constant expression evaluates to -1
-BROKEN_armv7= fails to compile: constant expression evaluates to -1
-
LIB_DEPENDS= libsqlite3.so:databases/sqlite3
USE_GITHUB= yes
@@ -36,13 +32,7 @@ OPENCC_DESC= Use opencc for simplified and traditional Chinese conversion
OPENCC_CONFIGURE_ENABLE= opencc
OPENCC_LIB_DEPENDS= libopencc.so:chinese/opencc
-.include <bsd.port.pre.mk>
-
-.if ${CHOSEN_COMPILER_TYPE} == gcc
-CXXFLAGS+= -Wno-error=narrowing
-.endif
-
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib${PORTNAME}-1.0.so
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>