svn commit: r490347 - head/science/checkmol

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


Author: acm
Date: Tue Jan 15 05:43:59 2019
New Revision: 490347
URL: https://svnweb.freebsd.org/changeset/ports/490347

Log:
  - Add LLD_UNSAFE
  
  PR:		214864

Modified:
  head/science/checkmol/Makefile

Modified: head/science/checkmol/Makefile
==============================================================================
--- head/science/checkmol/Makefile	Tue Jan 15 05:41:15 2019	(r490346)
+++ head/science/checkmol/Makefile	Tue Jan 15 05:43:59 2019	(r490347)
@@ -23,6 +23,8 @@ USES=		fpc
 
 PLIST_FILES=	bin/checkmol bin/matchmol
 
+LLD_UNSAFE=	yes
+
 do-build:
 	(cd ${WRKSRC} && ${LOCALBASE}/bin/fpc ${EXTRACT_ONLY} -S2 -O3)
 


More information about the svn-ports-head mailing list