diff options
author | danfe <danfe@FreeBSD.org> | 2015-09-03 17:43:59 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2015-09-03 17:43:59 +0800 |
commit | 36ebc3c7fac6184f328f09ded89b032684a9aa17 (patch) | |
tree | 6cf24f39a8607cb8cc5785389338fe0a6d532f02 /chinese | |
parent | 09912e6ffeeaf5415ec45af22a616eb663bce724 (diff) | |
download | freebsd-ports-gnome-36ebc3c7fac6184f328f09ded89b032684a9aa17.tar.gz freebsd-ports-gnome-36ebc3c7fac6184f328f09ded89b032684a9aa17.tar.zst freebsd-ports-gnome-36ebc3c7fac6184f328f09ded89b032684a9aa17.zip |
Remove BROKEN on powerpc statements: both these ports build and install fine.
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/libchewing/Makefile | 2 | ||||
-rw-r--r-- | chinese/opencc/Makefile | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/chinese/libchewing/Makefile b/chinese/libchewing/Makefile index 2beccc27efaa..ee4e0d43b3a6 100644 --- a/chinese/libchewing/Makefile +++ b/chinese/libchewing/Makefile @@ -16,8 +16,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/bin/makeinfo:${PORTSDIR}/print/texinfo LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3 -BROKEN_powerpc= does not install on powerpc: signal 6 - USES= cmake gmake libtool pathfix pkgconfig tar:bzip2 USE_LDCONFIG= yes USE_GITHUB= yes diff --git a/chinese/opencc/Makefile b/chinese/opencc/Makefile index da5a5e87d11a..d94496a10b4b 100644 --- a/chinese/opencc/Makefile +++ b/chinese/opencc/Makefile @@ -21,8 +21,6 @@ NLS_CMAKE_ON= -DENABLE_GETTEXT=On OPTIONS_SUB= yes -BROKEN_powerpc= Does not install on powerpc: signal 11 - post-patch: @${REINPLACE_CMD} -e 's@/usr/local@${LOCALBASE}@g' \ ${WRKSRC}/CMakeLists.txt |