1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/databases/tsearch_extras/Makefile
Mark Linimon 078a5d7419 Workaround the following problem on aarch64 by setting LLD_UNSAFE=yes:
cc: error: invalid linker name in argument '-fuse-ld=bfd'

Neither emaste nor I can figure out exactly where the offending stanza is
coming in.  It will take someone with more knowledge of gmake debug flags,
and possibly the src build infrastructure, to figure it out.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2018-06-24 00:54:27 +00:00

26 lines
564 B
Makefile

# $FreeBSD$
PORTNAME= tsearch_extras
PORTVERSION= 0.3
CATEGORIES= databases
MAINTAINER= rm@FreeBSD.org
COMMENT= Functions for getting lower-level data about full text search
LICENSE= PostgreSQL
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
USES= gmake pgsql
LLD_UNSAFE= yes
USE_GITHUB= yes
GH_ACCOUNT= zulip
PLIST_FILES= lib/postgresql/tsearch_extras.so \
share/postgresql/extension/tsearch_extras--1.0.sql \
share/postgresql/extension/tsearch_extras.control
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/tsearch_extras.so
.include <bsd.port.mk>