summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Matteo Bernardini2024-03-09 18:47:09 +0100
committer Matteo Bernardini2024-03-16 09:14:54 +0100
commitb6fdb40c4a9ee26e95b7e18d5e5a9913e8101c8a (patch)
treebb8a6e5304124bf0735d8b44bf4844717e7a1ec4
parentf2fd02d810ccafdcb54cd1ce380341a85bbefd77 (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 \