summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Matteo Bernardini2024-03-09 18:47:09 +0100
committer Matteo Bernardini2024-04-20 17:22:24 +0200
commitdb1ef9a725b8df8b61707297ceb2b86260238807 (patch)
treed025f5f0f63944dae41b84676099c7cf91cba699
parent7348664936073e3ad54706addd43560c23807ed8 (diff)
downloadslackbuilds-asymptote.tar.gz
office/asymptote: Pass --disable-offscreen cause of the newer mesa.asymptote
https://github.com/vectorgraphics/asymptote/issues/433 Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r--office/asymptote/asymptote.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/office/asymptote/asymptote.SlackBuild b/office/asymptote/asymptote.SlackBuild
index 3c9d7da655..3a7ecea72e 100644
--- a/office/asymptote/asymptote.SlackBuild
+++ b/office/asymptote/asymptote.SlackBuild
@@ -89,7 +89,7 @@ CFLAGS="$SLKCFLAGS" \
--sysconfdir=/etc \
--localstatedir=/var \
--enable-gc=system \
- --enable-offscreen \
+ --disable-offscreen \
--disable-lsp \
--disable-gc-debug \
--disable-gc-full-debug \