svn commit: r490343 - head/editors/picpas

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


Author: acm
Date: Tue Jan 15 05:35:09 2019
New Revision: 490343
URL: https://svnweb.freebsd.org/changeset/ports/490343

Log:
  - Add LLD_UNSAFE
  
  Reported by:	pkg-fallout

Modified:
  head/editors/picpas/Makefile

Modified: head/editors/picpas/Makefile
==============================================================================
--- head/editors/picpas/Makefile	Tue Jan 15 03:18:19 2019	(r490342)
+++ head/editors/picpas/Makefile	Tue Jan 15 05:35:09 2019	(r490343)
@@ -39,6 +39,7 @@ USE_GNOME+=	${USE_GNOME_${FLAVOR}}
 
 LAZARUS_PROJECT_FILES=	Source/PicPas.lpi
 LAZBUILD_ARGS=		-d
+LLD_UNSAFE=	yes
 
 post-patch:
 	${REINPLACE_CMD} 's|%%DATADIR%%|${DATADIR}|g' ${WRKSRC}/Source/Globales.pas


More information about the svn-ports-head mailing list