From 02ab032215316f5128a05f86db45c4c5d073470b Mon Sep 17 00:00:00 2001 From: linimon Date: Sun, 24 Jun 2018 00:54:27 +0000 Subject: 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) --- databases/pgsphere/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'databases/pgsphere') diff --git a/databases/pgsphere/Makefile b/databases/pgsphere/Makefile index d33f109c6360..614a7e3813e4 100644 --- a/databases/pgsphere/Makefile +++ b/databases/pgsphere/Makefile @@ -13,12 +13,13 @@ LICENSE_FILE= ${WRKSRC}/COPYRIGHT.pg_sphere OPTIONS_DEFINE= DOCS +USES= gmake pgsql +LLD_UNSAFE= yes +USE_LDCONFIG= yes MAKE_ARGS= PG_CONFIG=${LOCALBASE}/bin/pg_config USE_PGXS=1 \ docdir=${DOCSDIR} \ install_bin=/usr/bin/install TEST_TARGET= installcheck -USE_LDCONFIG= yes -USES= gmake pgsql DATADIR= ${PREFIX}/share/postgresql DOCSDIR?= ${PREFIX}/share/doc/postgresql -- cgit