aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2023-01-06 19:11:19 +0000
committerDaniel Engberg <diizzy@FreeBSD.org>2023-01-06 19:30:53 +0000
commit946f65235db2fab34687829c979d6053a69526de (patch)
treef0ef10eebc0be0f319215bbde4dfc7c3277d1d22
parenta24818ed734adaf22a04e21a8c118ddb1f2ad554 (diff)
downloadports-946f65235db2fab34687829c979d6053a69526de.tar.gz
ports-946f65235db2fab34687829c979d6053a69526de.zip
devel/texlab: Prepare port for upcoming build change
Enabling LTO breaks build Approved by: portmgr (blanket)
-rw-r--r--devel/texlab/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/texlab/Makefile b/devel/texlab/Makefile
index 09d64432873a..96cfd83cdde3 100644
--- a/devel/texlab/Makefile
+++ b/devel/texlab/Makefile
@@ -15,6 +15,10 @@ USES= cargo
USE_GITHUB= yes
GH_ACCOUNT= latex-lsp
+# Fixes: error: the linked panic runtime `panic_unwind` is not compiled with
+# this crate's panic strategy `abort`
+LTO_UNSAFE= yes
+
PLIST_FILES= bin/${PORTNAME} \
man/man1/${PORTNAME}.1.gz
PORTDOCS= CHANGELOG.md README.md docs/*