svn commit: r478173 - head/editors/lazarus

Jose Alonso Cardenas Marquez acm at FreeBSD.org
Mon Aug 27 02:36:06 UTC 2018


Author: acm
Date: Mon Aug 27 02:36:05 2018
New Revision: 478173
URL: https://svnweb.freebsd.org/changeset/ports/478173

Log:
  - Set LLD_UNSAFE
  
  PR:		196576
  Submitted by:	emaste, darkfiberiru at gmail.com

Modified:
  head/editors/lazarus/Makefile

Modified: head/editors/lazarus/Makefile
==============================================================================
--- head/editors/lazarus/Makefile	Mon Aug 27 02:27:00 2018	(r478172)
+++ head/editors/lazarus/Makefile	Mon Aug 27 02:36:05 2018	(r478173)
@@ -31,6 +31,7 @@ MAKE_ENV=	OPT=${OPT}
 PLIST=		${WRKDIR}/pkg-plist
 WRKSRC?=	${WRKDIR}/${PORTNAME}
 DATADIR?=	${PREFIX}/share/${PORTNAME}-${PORTVERSION}
+LLD_UNSAFE=	yes
 
 OPTIONS_DEFINE=		GDB
 GDB_DESC=		Install a newest version  of gdb


More information about the svn-ports-all mailing list