freebsd-ports/databases/pg_stat_kcache/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

24 lines
483 B
Makefile

# Created by: Palle Girgensohn <girgen@FreeBSD.org>
# $FreeBSD$
PORTNAME= pg_stat_kcache
DISTVERSIONPREFIX= REL
DISTVERSION= 2_0_3
CATEGORIES= databases
MAINTAINER= girgen@FreeBSD.org
COMMENT= Gather statistics about PostgreSQL I/O and CPU usage
LICENSE= PostgreSQL
USES= gmake pgsql:9.4+
LLD_UNSAFE= yes
WANT_PGSQL= server contrib
USE_GITHUB= yes
GH_ACCOUNT= dalibo
pre-patch:
@${MV} ${BUILD_WRKSRC}/README.rst ${BUILD_WRKSRC}/${PORTNAME}-README.rst
.include <bsd.port.mk>