Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Nov 2020 21:28:09 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r554652 - branches/2020Q4/security/seahorse
Message-ID:  <202011082128.0A8LS9Pn067723@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: 0mp
Date: Sun Nov  8 21:28:09 2020
New Revision: 554652
URL: https://svnweb.freebsd.org/changeset/ports/554652

Log:
  MFH: r554179
  
  Fix the conditional added in r554175
  
  This should have been caught by my poudriere testruns. Sorry for the
  breakage.
  
  PR:		249974
  Approved by:	portmgr (build fix)

Modified:
  branches/2020Q4/security/seahorse/Makefile
Directory Properties:
  branches/2020Q4/   (props changed)

Modified: branches/2020Q4/security/seahorse/Makefile
==============================================================================
--- branches/2020Q4/security/seahorse/Makefile	Sun Nov  8 21:27:00 2020	(r554651)
+++ branches/2020Q4/security/seahorse/Makefile	Sun Nov  8 21:28:09 2020	(r554652)
@@ -57,4 +57,10 @@ AVAHI_LIB_DEPENDS=	libavahi-client.so:net/avahi-app
 
 BINARY_ALIAS=	python3=${PYTHON_CMD}
 
+.include <bsd.port.options.mk>
+
+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200000
+LDFLAGS+=	-fuse-ld=lld
+.endif
+
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011082128.0A8LS9Pn067723>