Date: Tue, 15 Jan 2019 05:44:58 +0000 (UTC) From: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r490348 - head/science/mol2ps Message-ID: <201901150544.x0F5iw2R074243@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901150544.x0F5iw2R074243>