aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2019-01-15 05:44:58 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2019-01-15 05:44:58 +0000
commit49e853cd3d60e10ed56b6a71db7bfc4428fc4880 (patch)
treec71ee6445683d34bc131adf7c7dea6f8f56cb147
parent846470de89a45af27da30f4573eb30cb8cfe787a (diff)
downloadports-49e853cd3d60e10ed56b6a71db7bfc4428fc4880.tar.gz
ports-49e853cd3d60e10ed56b6a71db7bfc4428fc4880.zip
- Add LLD_UNSAFE
PR: 214864
Notes
Notes: svn path=/head/; revision=490348
-rw-r--r--science/mol2ps/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/science/mol2ps/Makefile b/science/mol2ps/Makefile
index 0835a44e8077..9e248ffde37a 100644
--- a/science/mol2ps/Makefile
+++ b/science/mol2ps/Makefile
@@ -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)