diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-13 22:29:42 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-13 22:29:42 +0000 |
commit | 558224994b6a2fbede4a420d1e66d57bbea5c4a8 (patch) | |
tree | f8fffd0a880e3bf796b0afc8c07cde885792a226 /math/asymptote/files | |
parent | remove strange prop. (diff) |
onvert to UCL & cleanup pkg-message (categories l-m)
Diffstat (limited to 'math/asymptote/files')
-rw-r--r-- | math/asymptote/files/pkg-message.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/math/asymptote/files/pkg-message.in b/math/asymptote/files/pkg-message.in index 8ca839a27474..f62154cd47cd 100644 --- a/math/asymptote/files/pkg-message.in +++ b/math/asymptote/files/pkg-message.in @@ -1,4 +1,6 @@ - +[ +{ type: install + message: <<EOM Asymptote with enabled hardware acceleration produces incorrect rendered figures in 3D. It is proven that asy has problems with the xf86-video-intel driver. @@ -7,3 +9,6 @@ To successfully process 3D figures or examples, it is necessary to always use software rendering. % env LIBGL_ALWAYS_SOFTWARE=1 asy sample.asy +EOM +} +] |