svn commit: r490344 - head/archivers/peazip

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


Author: acm
Date: Tue Jan 15 05:37:32 2019
New Revision: 490344
URL: https://svnweb.freebsd.org/changeset/ports/490344

Log:
  - Add  LLD_UNSAFE
  
  Reported by:	214864

Modified:
  head/archivers/peazip/Makefile

Modified: head/archivers/peazip/Makefile
==============================================================================
--- head/archivers/peazip/Makefile	Tue Jan 15 05:35:09 2019	(r490343)
+++ head/archivers/peazip/Makefile	Tue Jan 15 05:37:32 2019	(r490344)
@@ -22,6 +22,7 @@ DOS2UNIX_REGEX=		.*\.([txt]|pas|lpi|txt)
 
 LAZARUS_PROJECT_FILES=	project_pea.lpi project_peach.lpi project_gwrap.lpi
 LAZBUILD_ARGS=		-d
+LLD_UNSAFE=		yes
 
 gtk2_CONFLICTS_INSTALL=	${PORTNAME}-qt4 ${PORTNAME}-qt5
 qt4_CONFLICTS_INSTALL=	${PORTNAME}-gtk2 ${PORTNAME}-qt5


More information about the svn-ports-all mailing list