svn commit: r490348 - head/science/mol2ps

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


Author: acm
Date: Tue Jan 15 05:44:58 2019
New Revision: 490348
URL: https://svnweb.freebsd.org/changeset/ports/490348

Log:
  - Add LLD_UNSAFE
  
  PR:		214864

Modified:
  head/science/mol2ps/Makefile

Modified: head/science/mol2ps/Makefile
==============================================================================
--- head/science/mol2ps/Makefile	Tue Jan 15 05:43:59 2019	(r490347)
+++ head/science/mol2ps/Makefile	Tue Jan 15 05:44:58 2019	(r490348)
@@ -26,6 +26,8 @@ USE_FPC=	rtl-objpas
 
 PLIST_FILES=	bin/mol2eps bin/mol2ps bin/mol2svg %%DATADIR%%/color.conf
 
+LLD_UNSAFE=	yes
+
 do-build:
 	(cd ${WRKSRC} && ${LOCALBASE}/bin/fpc mol2ps -S2 -O3)
 


More information about the svn-ports-head mailing list