diff options
author | linimon <linimon@FreeBSD.org> | 2018-10-28 20:54:16 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-10-28 20:54:16 +0800 |
commit | 346b360984f7e2cc511bb9e76dbcd53613f7f7e2 (patch) | |
tree | 47aa455802446f293658fbebb97559e015d8c36c | |
parent | 26b311fe4d96afc71916ef7162bb2e25d877dd7c (diff) | |
download | freebsd-ports-gnome-346b360984f7e2cc511bb9e76dbcd53613f7f7e2.tar.gz freebsd-ports-gnome-346b360984f7e2cc511bb9e76dbcd53613f7f7e2.tar.zst freebsd-ports-gnome-346b360984f7e2cc511bb9e76dbcd53613f7f7e2.zip |
Fix build on powerpc64.
While here, pet portlint.
PR: 232413
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
-rw-r--r-- | textproc/senna/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/senna/Makefile b/textproc/senna/Makefile index 702a7542a15d..7df327bbd1f5 100644 --- a/textproc/senna/Makefile +++ b/textproc/senna/Makefile @@ -13,12 +13,11 @@ COMMENT= Embeddable Fulltext Search Engine BROKEN_aarch64= does not build: libsenna.so: undefined reference to SEN_ATOMIC_ADD_EX BROKEN_armv6= does not build: libsenna.so: undefined reference to SEN_ATOMIC_ADD_EX BROKEN_armv7= does not build: libsenna.so: undefined reference to SEN_ATOMIC_ADD_EX -BROKEN_powerpc64= does not build: relocation truncated to fit: R_PPC64_TOC16_DS BROKEN_sparc64= does not build: libsenna.so: undefined reference to SEN_ATOMIC_ADD_EX +USES= compiler:c11 gmake libtool pathfix GNU_CONFIGURE= yes USE_GCC= any -USES= gmake libtool pathfix USE_LDCONFIG= yes CONFIGURE_ARGS= --with-sennahome=${SENNA_HOME} LDFLAGS+= -lpthread -L${LOCALBASE}/lib |