diff options
author | linimon <linimon@FreeBSD.org> | 2017-04-30 12:35:10 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-04-30 12:35:10 +0800 |
commit | 046e4249073b3b942330aa654df683204523f498 (patch) | |
tree | c73f3892748518ee8dd2d7ac016d939814658a36 /textproc/turboxsl | |
parent | c46150eec470e05b84bcf90c83e93fc7400cbff4 (diff) | |
download | freebsd-ports-gnome-046e4249073b3b942330aa654df683204523f498.tar.gz freebsd-ports-gnome-046e4249073b3b942330aa654df683204523f498.tar.zst freebsd-ports-gnome-046e4249073b3b942330aa654df683204523f498.zip |
Provide more descriptive error messages for ports failing on powerpc64.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'textproc/turboxsl')
-rw-r--r-- | textproc/turboxsl/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/turboxsl/Makefile b/textproc/turboxsl/Makefile index 49ae1574afa1..fa3ce5bf71fd 100644 --- a/textproc/turboxsl/Makefile +++ b/textproc/turboxsl/Makefile @@ -14,8 +14,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libck.so:devel/concurrencykit \ libmemcached.so:databases/libmemcached -BROKEN_powerpc64= Does not build -ONLY_FOR_ARCHS= amd64 ia64 powerpc64 sparc64 +BROKEN_powerpc64= Does not build: ld: skipping incompatible /usr/local/lib/libck.so when searching for -lck +ONLY_FOR_ARCHS= amd64 powerpc64 sparc64 + USES= autoreconf libtool pathfix pkgconfig USE_LDCONFIG= yes USE_GITHUB= yes |