svn commit: r554652 - branches/2020Q4/security/seahorse

Mateusz Piotrowski 0mp at FreeBSD.org
Sun Nov 8 21:28:10 UTC 2020


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>


More information about the svn-ports-all mailing list