svn commit: r490345 - head/graphics/lazpaint

Jose Alonso Cardenas Marquez acm at FreeBSD.org
Tue Jan 15 05:39:01 UTC 2019


Author: acm
Date: Tue Jan 15 05:39:00 2019
New Revision: 490345
URL: https://svnweb.freebsd.org/changeset/ports/490345

Log:
  - Add LLD_UNSAFE
  
  PR:		214864

Modified:
  head/graphics/lazpaint/Makefile

Modified: head/graphics/lazpaint/Makefile
==============================================================================
--- head/graphics/lazpaint/Makefile	Tue Jan 15 05:37:32 2019	(r490344)
+++ head/graphics/lazpaint/Makefile	Tue Jan 15 05:39:00 2019	(r490345)
@@ -37,6 +37,7 @@ LAZARUS_PROJECT_FILES+=	bgracontrols/bgracontrols.lpk
 LAZARUS_PROJECT_FILES+=	lazpaint/lazpaint.lpi
 
 LAZBUILD_ARGS=	-d
+LLD_UNSAFE=	yes
 
 post-patch:
 	${REINPLACE_CMD} 's|%%DATADIR%%|${DATADIR}|g' ${WRKSRC}/lazpaint/utranslation.pas


More information about the svn-ports-head mailing list