diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-11-26 07:16:06 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-11-26 07:16:06 +0000 |
| commit | f4e04695bcb92ad34025979767e86b66ea8a21e3 (patch) | |
| tree | e2c5dfec38e5371b01962796feb1359dfd3bb96c /sci-visualization/gnuplot | |
| parent | 3adafe6e9c49878e5304ce645a91dc10e2542e19 (diff) | |
| download | baldeagleos-repo-f4e04695bcb92ad34025979767e86b66ea8a21e3.tar.gz baldeagleos-repo-f4e04695bcb92ad34025979767e86b66ea8a21e3.tar.xz baldeagleos-repo-f4e04695bcb92ad34025979767e86b66ea8a21e3.zip | |
Adding metadata
Diffstat (limited to 'sci-visualization/gnuplot')
| -rw-r--r-- | sci-visualization/gnuplot/gnuplot-6.1.9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-visualization/gnuplot/gnuplot-6.1.9999.ebuild b/sci-visualization/gnuplot/gnuplot-6.1.9999.ebuild index 8980c4204220..e2ac21c1d173 100644 --- a/sci-visualization/gnuplot/gnuplot-6.1.9999.ebuild +++ b/sci-visualization/gnuplot/gnuplot-6.1.9999.ebuild @@ -92,7 +92,7 @@ src_prepare() { if [[ ${PV##*.} = 9999 ]]; then local dir - for dir in config demo m4 term tutorial; do + for dir in config demo m4 term; do emake -C "$dir" -f Makefile.am.in Makefile.am done fi @@ -148,7 +148,7 @@ src_configure() { src_compile() { # Prevent access violations, see bug 201871 - export VARTEXFONTS="${T}/fonts" + local -x TEXMFVAR="${T}" TEXMFCACHE="${T}" VARTEXFONTS="${T}/fonts" emake all |
